$OpenBSD: patch-gio_glib-compile-schemas_c,v 1.6 2014/03/26 08:28:15 ajacoutot Exp $

XXX do not warn about bad dconf paths

--- gio/glib-compile-schemas.c.orig	Mon Feb  3 18:40:41 2014
+++ gio/glib-compile-schemas.c	Tue Mar 25 08:12:54 2014
@@ -1202,11 +1202,13 @@ parse_state_start_schema (ParseState  *state,
       return;
     }
 
+#if 0
   if (path && (g_str_has_prefix (path, "/apps/") ||
                g_str_has_prefix (path, "/desktop/") ||
                g_str_has_prefix (path, "/system/")))
     g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
                 "'/apps/', '/desktop/' or '/system/' are deprecated.\n", id, path);
+#endif
 
   state->schema_state = schema_state_new (path, gettext_domain,
                                           extends, extends_name, list_of);
