Skip to content

Commit

Permalink
Merge pull request #280 from OpenEtherCATsociety/fix/soemlib_undef_ec…
Browse files Browse the repository at this point in the history
…_ver1

Fix to enable building the SOEM library VER 2 with -werror
  • Loading branch information
ArthurKetels authored Apr 12, 2019
2 parents 90065c0 + a37a8c7 commit ab89d55
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 ab89d55

Please sign in to comment.