$OpenBSD: patch-gio_glib-compile-schemas_c,v 1.8 2017/04/11 07:25:38 ajacoutot Exp $

XXX do not warn about bad dconf paths

--- gio/glib-compile-schemas.c.orig	Wed Mar  1 21:13:23 2017
+++ gio/glib-compile-schemas.c	Sun Apr  9 15:04:24 2017
@@ -1217,11 +1217,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);
