mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
disable runtime warnings in the defaultvalue test
This test operates generically on all properties, so warning about deprecated properties does not make sense here.
This commit is contained in:
parent
f4b212abd4
commit
6feab4f257
@ -415,6 +415,7 @@ main (int argc, char **argv)
|
||||
/* These must be set before before gtk_test_init */
|
||||
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||
g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
|
||||
g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
|
||||
|
||||
gtk_test_init (&argc, &argv);
|
||||
gtk_test_register_all_types();
|
||||
|
Loading…
Reference in New Issue
Block a user