diff --git a/src/libdebug/debug.c b/src/libdebug/debug.c index 63e2687..bc3ac12 100755 --- a/src/libdebug/debug.c +++ b/src/libdebug/debug.c @@ -150,7 +150,7 @@ void _printdebug(const char *file, const char __attribute__((unused)) *function, int s = sizeof(buffer) - 1; const char *p; va_list args; - int w, h; + int w, h = 0; // make GCC happy if (debuglevel > level) return;