summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.h b/plugins/MirandaG15/src/LCDFramework/debug.h
index 39e34ebaae..55bb8719e5 100644
--- a/plugins/MirandaG15/src/LCDFramework/debug.h
+++ b/plugins/MirandaG15/src/LCDFramework/debug.h
@@ -14,7 +14,7 @@ extern void UnInitDebug();
#define TRACE _trace
extern void _trace(TCHAR *fmt, ...);
#else
-inline void _trace(LPCTSTR fmt, ...) { }
+inline void _trace(LPCTSTR, ...) { }
#define TRACE 1 ? (void)0 : _trace
#endif