diff options
Diffstat (limited to 'glib/gmarkup.c')
-rw-r--r-- | glib/gmarkup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/gmarkup.c b/glib/gmarkup.c index 11f68de6f..bf7c00856 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -403,6 +403,7 @@ set_error_literal (GMarkupParseContext *context, g_propagate_error (error, tmp_error); } +G_GNUC_PRINTF(4, 5) static void set_error (GMarkupParseContext *context, GError **error, @@ -564,6 +565,7 @@ utf8_str (const gchar *utf8, return buf; } +G_GNUC_PRINTF(5, 6) static void set_unescape_error (GMarkupParseContext *context, GError **error, |