Fix compiler warnings #361
Labels
area/code-health
Concerns stability, quality, technical debt, etc.
kind/chore
Maintenance & housekeeping tasks
priority/p2
Next release should contain it
When compiling our C++ code we are starting to get a lot of (mostly) harmless warnings about comparison between unsigned and signed types etc. It would be nice if we could comb through these and make the tweaks to make them go away. This isn't an urgent issue, but it would be nice to clean up the clutter.
The text was updated successfully, but these errors were encountered: