Skip to content
Snippets Groups Projects
Commit cd872134 authored by Florian Pose's avatar Florian Pose
Browse files

Fixed warnings in master.c.

parent 684b5715
No related branches found
No related tags found
No related merge requests found
...@@ -1508,7 +1508,8 @@ ec_slave_t *ecrt_master_get_slave(const ec_master_t *master, /**< Master */ ...@@ -1508,7 +1508,8 @@ ec_slave_t *ecrt_master_get_slave(const ec_master_t *master, /**< Master */
) )
{ {
unsigned long first, second; unsigned long first, second;
char *remainder, *remainder2, original; char *remainder, *remainder2;
const char *original;
unsigned int alias_requested, alias_found; unsigned int alias_requested, alias_found;
ec_slave_t *alias_slave = NULL, *slave; ec_slave_t *alias_slave = NULL, *slave;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment