Fix to enable building the SOEM library VER 2 with -werror
This commit is contained in:
parent
90065c08d0
commit
a37a8c733e
|
@ -246,6 +246,8 @@ static int ecx_config_from_table(ecx_contextt *context, uint16 slave)
|
|||
#else
|
||||
static int ecx_config_from_table(ecx_contextt *context, uint16 slave)
|
||||
{
|
||||
(void)context;
|
||||
(void)slave;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue