You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debian package results in:
/<<PKGBUILDDIR>>/eeptools/eeplib.c: In function ‘eepio_end’:
/<<PKGBUILDDIR>>/eeptools/eeplib.c:237:25: error: comparison of integer expressions of different signedness: ‘long int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Werror=sign-compare]
237 | if (pos != eep_header.eeplen)
| ^~
/<<PKGBUILDDIR>>/eeptools/eeplib.c:239:29: error: comparison of integer expressions of different signedness: ‘long int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Werror=sign-compare]
239 | if (pos_end != eep_header.eeplen)
| ^~
/<<PKGBUILDDIR>>/eeptools/eeplib.c:241:29: error: comparison of integer expressions of different signedness: ‘long int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Werror=sign-compare]
241 | if (pos_end != eep_header.eeplen)
| ^~
/<<PKGBUILDDIR>>/eeptools/eeplib.c: In function ‘eepio_atom_end’:
/<<PKGBUILDDIR>>/eeptools/eeplib.c:287:49: error: comparison of integer expressions of different signedness: ‘long int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Werror=sign-compare]
287 | if (pos - eepio_atom_data_start != eep_atom_header.dlen)
| ^~
cc1: all warnings being treated as errors
make[3]: *** [eeptools/CMakeFiles/eepmake.dir/build.make:93: eeptools/CMakeFiles/eepmake.dir/eeplib.c.o] Error 1
You can see these warnings with "gcc -O2 -Wall"
0 commit comments