GNOME Bugzilla – Bug 497425
Do not hardcode -Werror in Makefile.am
Last modified: 2009-07-27 23:47:19 UTC
Current libgnomekbd code is hardcoding Makefile.am with -Werror. This is problematic when people are using new compiler version or when GTK (or any other library) starts to deprecate some API. It is better to control that at the configure.in level with --enable-compile-warnings=error Attached patch remove hardcoded -Werror
Created attachment 99216 [details] [review] do not hardcode -Werror
Finally, in git!