GNOME Bugzilla – Bug 661335
Make deprecation warnings opt-in
Last modified: 2011-10-11 17:45:58 UTC
This commit changes things so that we only make the compiler generate deprecation warnings if GLIB_ENABLE_DEPRECATION_WARNINGS is defined.
Created attachment 198667 [details] [review] Make deprecation warnings opt-in
This will let people opt out of deprecations on a per-module basis. Unfortunately, this currently makes gtk-doc fall over.