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 682308 - Don’t use -Werror in configure.ac
Don’t use -Werror in configure.ac
Status: RESOLVED FIXED
Product: gssdp
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-20 22:24 UTC by Philip Withnall
Modified: 2019-02-22 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Move -Werror out of --enable-debug (1.02 KB, patch)
2012-11-30 13:27 UTC, Jens Georg
committed Details | Review

Description Philip Withnall 2012-08-20 22:24:48 UTC
Even if it’s hidden behind an option, using -Werror by itself is a bad idea, since people might try to compile the GSSDP code with a stricter set of compiler warnings than it was developed against.

See: https://mail.gnome.org/archives/desktop-devel-list/2012-July/msg00100.html
Comment 1 Jens Georg 2012-11-30 13:27:59 UTC
Created attachment 230274 [details] [review]
Move -Werror out of --enable-debug

Unbreak building with deprecation warning now, decide on better
warnings/errors later.