]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/json-parser.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / qobject / json-parser.c
index 008b326fb81add94b7565ccb14ea3c6d2f1f11a4..d498db6e7027e644521d6dbf10597a2f98efd476 100644 (file)
@@ -54,7 +54,7 @@ static QObject *parse_value(JSONParserContext *ctxt);
 /**
  * Error handler
  */
-static void GCC_FMT_ATTR(3, 4) parse_error(JSONParserContext *ctxt,
+static void G_GNUC_PRINTF(3, 4) parse_error(JSONParserContext *ctxt,
                                            JSONToken *token, const char *msg, ...)
 {
     va_list ap;