X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Ferror.c;h=627d1c2776ecabec10e49796ac42e91277a197ae;hb=53b75051f0e9cde007101eeca37cbe3884e03f18;hp=8448536d42e6f5e6641c2d615ebfb03daac65e6c;hpb=f1c07e953597e3f6a809d35d7d5160af1ff67ed3;p=wimlib diff --git a/src/error.c b/src/error.c index 8448536d..627d1c27 100644 --- a/src/error.c +++ b/src/error.c @@ -131,7 +131,7 @@ wimlib_warning_with_errno(const tchar *format, ...) #endif -#if defined(ENABLE_DEBUG) || defined(ENABLE_MORE_DEBUG) +#ifdef ENABLE_DEBUG void wimlib_debug(const tchar *filename, int line, const char *func, const tchar *format, ...) {