mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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:
parent
5475be0c10
commit
3bd1618ea9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user