diff options
Diffstat (limited to 'src/libavoid/debug.h')
| -rw-r--r-- | src/libavoid/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libavoid/debug.h b/src/libavoid/debug.h index 1312c5458..20e6f4705 100644 --- a/src/libavoid/debug.h +++ b/src/libavoid/debug.h @@ -42,7 +42,7 @@ inline void db_printf(const char *fmt, ...) va_end(ap); } #else -inline void db_printf(const char *fmt, ...) +inline void db_printf(const char */*fmt*/, ...) { } #endif |
