dynomite
dynomite copied to clipboard
Get rid of all compiler warnings and enable '-Werror' flag
This is a larger effort, but let's fix all the compiler warnings and enable the '-Werror' to treat all warnings as errors, so that all future code cannot get checked in unless they have no warnings as well. This may help us to avoid accidentally introducing bugs like data loss during implicit casts, etc.