Revision e5924d89 qemu-error.h

b/qemu-error.h
31 31
void loc_set_file(const char *fname, int lno);
32 32

  
33 33
void error_vprintf(const char *fmt, va_list ap);
34
void error_printf(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
35
void error_printf_unless_qmp(const char *fmt, ...)
36
    __attribute__ ((format(printf, 1, 2)));
34
void error_printf(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
35
void error_printf_unless_qmp(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
37 36
void error_print_loc(void);
38 37
void error_set_progname(const char *argv0);
39
void error_report(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
38
void error_report(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
40 39

  
41 40
#endif

Also available in: Unified diff