mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Be more careful about signed/unsigned comparisons #335

Open terrillmoore opened 2 years ago

terrillmoore commented 2 years ago

gcc -Wall complains about signed/unsigned comparisons. It doesn't hurt to fix these. It requires some verbosity, but isn't generally difficult, and it makes the code more proof-like. This ticket tracks those changes.