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:
Matthias Clasen 2014-07-03 15:22:39 -04:00
parent f4b212abd4
commit 6feab4f257

View File

@ -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();