After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 497425 - Do not hardcode -Werror in Makefile.am
Do not hardcode -Werror in Makefile.am
Status: RESOLVED FIXED
Product: libgnomekbd
Classification: Core
Component: Config
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2007-11-16 16:55 UTC by Frederic Crozat
Modified: 2009-07-27 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
do not hardcode -Werror (1.68 KB, patch)
2007-11-16 16:56 UTC, Frederic Crozat
none Details | Review

Description Frederic Crozat 2007-11-16 16:55:48 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
Comment 1 Frederic Crozat 2007-11-16 16:56:45 UTC
Created attachment 99216 [details] [review]
do not hardcode -Werror
Comment 2 Sergey V. Udaltsov 2009-07-27 23:47:19 UTC
Finally, in git!