Disable deprecation warnings for the stable release again

Keeping these enabled causes too many people to file
bugs against gobject, and not enough people to send
patches to port away from deprecated properties.
This commit is contained in:
Matthias Clasen 2015-09-14 18:42:12 -04:00
parent 5475be0c10
commit 3bd1618ea9

View File

@ -1316,7 +1316,7 @@ consider_issuing_property_deprecation_warning (const GParamSpec *pspec)
const gchar *value = g_getenv ("G_ENABLE_DIAGNOSTIC");
if (!value)
value = "-";
value = "0";
g_once_init_leave (&enable_diagnostic, value);
}