1
0
Fork 0
CANopenNode/309
Freddie Chopin d272934647
Fix new -Wextra warnings (#185)
* Fix new "unused argument" warnings

* Fix "variable may be used uninitialized" in CO_process_SYNC()

With enabled optimization compiler reports:

CANopen.c: In function ‘CO_process_SYNC’:
CANopen.c:890:12: warning: ‘syncWas’ may be used uninitialized in this
function [-Wmaybe-uninitialized]
  890 |     return syncWas;
      |            ^~~~~~~
2020-05-14 16:23:02 +02:00
..
CO_gateway_ascii.c Fix new -Wextra warnings (#185) 2020-05-14 16:23:02 +02:00
CO_gateway_ascii.h Added CANopen gateway-ascii command interface according to CiA309-3 as a 2020-05-12 18:11:43 +02:00