GNOME Bugzilla – Bug 703269
Compilation warnings are not active
Last modified: 2013-07-09 16:17:21 UTC
The GNOME_COMPILE_WARNINGS macro is called in configure.ac but the WARN_CFLAGS variable is not used in any Makefile.
Created attachment 247998 [details] [review] Fix missing function prototypes errors Prepare for enabling compiler warnings without breaking the build since GNOME_COMPILE_WARNINGS uses -Werror=missing-prototypes.
Created attachment 247999 [details] [review] build: Really enable strict compiler warnings The GNOME_COMPILE_WARNINGS macro was used but the produced WARN_CFLAGS variable was not and no strict warning was enforced.
Created attachment 248000 [details] [review] Fix compilation warnings, mostly unused variables
Created attachment 248745 [details] [review] Fix compilation warnings, mostly unused variables Rebased on top of current master.
Thanks a lot for the patches!