dynomite icon indicating copy to clipboard operation
dynomite copied to clipboard

Get rid of all compiler warnings and enable '-Werror' flag

Open smukil opened this issue 7 years ago • 0 comments

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.

smukil avatar Aug 24 '18 17:08 smukil