GNOME Bugzilla – Bug 790761
Define G_ENABLE_DIAGNOSTIC=1 when building
Last modified: 2017-11-23 19:04:24 UTC
As per https://bugzilla.gnome.org/show_bug.cgi?id=732184#c29, Builder should define G_ENABLE_DIAGNOSTIC=1 in the environment when building anything which has GLib as a transitive dependency. It enables deprecation warnings for GObject properties and signals.
Created attachment 364285 [details] [review] pipeline: use G_ENABLE_DIAGNOSTIC by default This enables various deprecation warnings so that developers catch them when writing applications instead of at runtime.
No problem, thanks! Attachment 364285 [details] pushed as 3fe6c94 - pipeline: use G_ENABLE_DIAGNOSTIC by default