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 ++) {
| ^
|
||
|---|---|---|
| .. | ||
| CO_driver.c | ||
| CO_driver_target.h | ||
| CO_error.c | ||
| CO_error.h | ||
| CO_error_msgs.h | ||
| CO_Linux_threads.c | ||
| CO_Linux_threads.h | ||
| CO_main_basic.c | ||
| CO_OD_storage.c | ||
| CO_OD_storage.h | ||