Revision 2c80e423 ui/spice-display.c

b/ui/spice-display.c
29 29

  
30 30
static int debug = 0;
31 31

  
32
static void __attribute__((format(printf,2,3)))
33
dprint(int level, const char *fmt, ...)
32
static void GCC_FMT_ATTR(2, 3) dprint(int level, const char *fmt, ...)
34 33
{
35 34
    va_list args;
36 35

  

Also available in: Unified diff