Add compiler warnings
mcatanzaro opened this issue · 3 comments
mcatanzaro commented
WPEBackend-fdo should enable some compiler warnings. -Wall at minimum, and maybe also -Wextra.
mcatanzaro commented
I just noticed #58, that will fix this.
aperezdc commented
PR #58 has been merged, but we may want to look into adding -Wextra
, or some other cherry-picked options not enabled by -Wall
—we keep this issue open for that.
mcatanzaro commented
IMO -Wall is a good sane baseline set of warnings. Future issues can be created if more warnings are desired in the future.