summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-07-31 20:27:00 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-07-31 20:27:00 +0000
commitae310cd45dcc29c5f9f55734fbf42d136ace8240 (patch)
treecfc93f214d182f833054782c270359067acb882b /plugins/MirandaG15/src/LCDFramework
parent2674cb9cc977e5d66d106fc07ae55171116b1513 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework')
-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