mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-05 16:50:36 +08:00
Fix to enable building the SOEM library VER 2 with -werror
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user