mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user