--- np2/x11/trace.h 2004/08/07 19:06:01 1.5 +++ np2/x11/trace.h 2011/01/15 14:16:29 1.6 @@ -9,7 +9,7 @@ extern int trace_flag; void trace_init(void); void trace_term(void); -void trace_fmt(const char *str, ...); +void trace_fmt(const char *str, ...) G_GNUC_PRINTF(1, 2); #ifndef TRACE