Skip to content

Commit

Permalink
Fix to enable building the SOEM library VER 2 with -werror
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas karlsson committed Apr 8, 2019
1 parent 90065c0 commit a37a8c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soem/ethercatconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a37a8c7

Please sign in to comment.