Fix to enable building the SOEM library VER 2 with -werror

pull/280/head
andreas karlsson 2019-04-08 10:02:03 +02:00
parent 90065c08d0
commit a37a8c733e
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ static int ecx_config_from_table(ecx_contextt *context, uint16 slave)
#else #else
static int ecx_config_from_table(ecx_contextt *context, uint16 slave) static int ecx_config_from_table(ecx_contextt *context, uint16 slave)
{ {
(void)context;
(void)slave;
return 0; return 0;
} }
#endif #endif