X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-error.h;h=4d5c53700ed2981008220149ad2ef5d3e32b486b;hb=84682834eb8f654da5e03a92930d80b8ae0d3065;hp=531ec63fee01887be9c850efc2fe646cd7511890;hpb=e5924d8980e0bd027f2f12fa702ec1c555538230;p=qemu.git diff --git a/qemu-error.h b/qemu-error.h index 531ec63fe..4d5c53700 100644 --- a/qemu-error.h +++ b/qemu-error.h @@ -30,7 +30,7 @@ void loc_set_none(void); void loc_set_cmdline(char **argv, int idx, int cnt); void loc_set_file(const char *fname, int lno); -void error_vprintf(const char *fmt, va_list ap); +void error_vprintf(const char *fmt, va_list ap) GCC_FMT_ATTR(1, 0); void error_printf(const char *fmt, ...) GCC_FMT_ATTR(1, 2); void error_printf_unless_qmp(const char *fmt, ...) GCC_FMT_ATTR(1, 2); void error_print_loc(void);