Igalia/WPEBackend-fdo

Add compiler warnings

mcatanzaro opened this issue · 3 comments

WPEBackend-fdo should enable some compiler warnings. -Wall at minimum, and maybe also -Wextra.

I just noticed #58, that will fix this.

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.

IMO -Wall is a good sane baseline set of warnings. Future issues can be created if more warnings are desired in the future.