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 661273 - Fix for deprecations
Fix for deprecations
Status: RESOLVED FIXED
Product: gnome-common
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gnome Common Maintainer(s)
Gnome Common Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-10-08 16:43 UTC by Colin Walters
Modified: 2013-10-01 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add --enable-gnome-deprecation (1.52 KB, patch)
2011-10-08 16:43 UTC, Colin Walters
rejected Details | Review
Don't break the build with deprecations (1.19 KB, patch)
2011-10-12 16:34 UTC, Matthias Clasen
committed Details | Review

Description Colin Walters 2011-10-08 16:43:20 UTC
See patch.
Comment 1 Colin Walters 2011-10-08 16:43:37 UTC
Created attachment 198613 [details] [review]
add --enable-gnome-deprecation
Comment 2 Javier Jardón (IRC: jjardon) 2011-10-09 13:42:33 UTC
Maybe its not worth to try to fix GNOME_MAINTAINER_MODE_DEFINES, and maybe Its better to deprecate it as we are start to use G_GNUC_DEPRECATED_FOR in our libraries
Comment 3 Javier Jardón (IRC: jjardon) 2011-10-09 13:43:31 UTC
See bug #658608
Comment 4 Matthias Clasen 2011-10-12 16:34:31 UTC
Created attachment 198861 [details] [review]
Don't break the build with deprecations

At least for glib/gdk/gtk, we now have deprecation compiler warnings
set up, so there is no need to forcibly break everybody's build
just to get them to notice deprecations.
Comment 5 David King 2013-10-01 15:01:26 UTC
Comment on attachment 198613 [details] [review]
add --enable-gnome-deprecation

Matthias' patch was pushed as commit 75232b9ec261125568633f417df1d89256974c4b a long time ago.