From ae310cd45dcc29c5f9f55734fbf42d136ace8240 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 31 Jul 2015 20:27:00 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/LCDFramework/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src') 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 -- cgit v1.2.3