diff --git a/src/debug.h b/src/debug.h index ba6ad6b..0bef349 100644 --- a/src/debug.h +++ b/src/debug.h @@ -16,6 +16,8 @@ * debug.h: debugging support */ -extern void zzuf_debug(const char *format, ...); +extern void zzuf_debug(const char *format, ...) + __attribute__((__format__(__printf__, 1, 2))); + #define debug zzuf_debug