diff --git a/soem/ethercatconfig.c b/soem/ethercatconfig.c index b936e68..aecd4b7 100644 --- a/soem/ethercatconfig.c +++ b/soem/ethercatconfig.c @@ -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