1
0
Fork 0
CANopenNode/socketCAN
Freddie Chopin 466bf0ffb7 Fix "comparison of integer expressions of different signedness" warning
With -Wextra GCC gives:

socketCAN/CO_driver.c: In function ‘setRxFilters’:
socketCAN/CO_driver.c:159:19: warning: comparison of integer expressions
of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’}
[-Wsign-compare]
  159 |     for (i = 0; i < CANmodule->CANinterfaceCount; i ++) {
      |                   ^
2020-05-06 16:31:36 +02:00
..
CO_driver.c Fix "comparison of integer expressions of different signedness" warning 2020-05-06 16:31:36 +02:00
CO_driver_target.h Add CO_..._initCallbackPre() for RPDO and SYNC (#178) 2020-05-05 13:23:26 +02:00
CO_error.c Unify indentation in three files. 2020-03-16 15:30:19 +01:00
CO_error.h Unify indentation in three files. 2020-03-16 15:30:19 +01:00
CO_error_msgs.h Add CO_NMT_UNKNOWN state for Heartbeat consumer. 2020-03-18 21:46:34 +01:00
CO_Linux_threads.c Add Stack configuration macros to most of CANopenNode objects. 2020-03-19 18:07:23 +01:00
CO_Linux_threads.h Add Stack configuration macros to most of CANopenNode objects. 2020-03-19 18:07:23 +01:00
CO_main_basic.c Add Stack configuration macros to most of CANopenNode objects. 2020-03-19 18:07:23 +01:00
CO_OD_storage.c Replace all memcpy/memset-like functions with standard <string.h> functions (#175) 2020-05-04 11:22:32 +02:00
CO_OD_storage.h socketCAN now compiles and runs. 2020-03-12 08:38:58 +01:00