$OpenBSD: patch-gio_glib-compile-schemas_c,v 1.7 2015/09/24 10:23:42 ajacoutot Exp $

XXX do not warn about bad dconf paths

--- gio/glib-compile-schemas.c.orig	Wed Aug 19 05:35:30 2015
+++ gio/glib-compile-schemas.c	Wed Sep 23 09:25:35 2015
@@ -1216,11 +1216,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);
