aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-07-13 21:26:39 +0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-07-14 14:59:00 +0400
commitdbd27a60b6ed99fd6fd2339ffafccc0d759fa2fc (patch)
tree9d3fb212a95da6df931defe6e584e3d00d174ffb
parentc5da6607b4d17706380de72e0814e28f03624c51 (diff)
CommonLibs: Fix compile time warnings.
-rw-r--r--CommonLibs/Configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/Configuration.cpp b/CommonLibs/Configuration.cpp
index bda6865..8cbfcb0 100644
--- a/CommonLibs/Configuration.cpp
+++ b/CommonLibs/Configuration.cpp
@@ -35,7 +35,7 @@
#ifdef DEBUG_CONFIG
#define debugLogEarly gLogEarly
#else
-#define debugLogEarly
+#define debugLogEarly(x,y,z)
#endif