GNOME Bugzilla – Bug 706871
build: don't use GTK_DISABLE_DEPRECATION
Last modified: 2013-08-29 08:31:07 UTC
It breaks the build when Gtk deprecates API, and buys nothing over -Wdeprecated-declarations.
Created attachment 253231 [details] [review] build: don't use GTK_DISABLE_DEPRECATION
You can just build without maintainer-mode and the build will be fine. Also you're removing much more than just GTK_DISABLE_DEPRECATED.
I'm removing all deprecation flags, because they all behave the same, and they are all dangerous. Also, building without maintainer mode is not an option, for two reasons: 1) I want the Makefiles to be updated when Makefile.am changes 2) --enable-maintainer-mode is added by gnome-autogen.sh, and is part of the default jhbuild configuration, and I want something that works out of the box for every jhbuild user
Review of attachment 253231 [details] [review]: OK, let's just do this for now.
Attachment 253231 [details] pushed as afec346 - build: don't use GTK_DISABLE_DEPRECATION