X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=error.h;h=6361f407fdd263958b94acf6d7c141359d63278c;hb=6a10ccca803764d67142e5faf309dcb1982c28f5;hp=003c855e65cd70d75f0ab12231a6fe1a3f430dfe;hpb=befeac45d4d9afb587eca9a27d975db4a7950960;p=qemu.git diff --git a/error.h b/error.h index 003c855e6..6361f407f 100644 --- a/error.h +++ b/error.h @@ -12,6 +12,7 @@ #ifndef ERROR_H #define ERROR_H +#include "compiler.h" #include /** @@ -25,8 +26,7 @@ typedef struct Error Error; * Currently, qerror.h defines these error formats. This function is not * meant to be used outside of QEMU. */ -void error_set(Error **err, const char *fmt, ...) - __attribute__((format(printf, 2, 3))); +void error_set(Error **err, const char *fmt, ...) GCC_FMT_ATTR(2, 3); /** * Returns true if an indirect pointer to an error is pointing to a valid