summaryrefslogtreecommitdiff
path: root/src/glamo-log.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-01-25 17:15:37 +0100
committerLars-Peter Clausen <lars@metafoo.de>2009-01-25 17:15:37 +0100
commit3712b1b6b9d77789ac1c5d0dccfb8494a608e6aa (patch)
treef67833cec5dbda1df702e6399bf919c52a95d5d9 /src/glamo-log.h
parent5b1749258d20bfb97bc2ec33d92ec2dfad216165 (diff)
Let the damm thing compile with -pedantic -Wall -Werror
Diffstat (limited to 'src/glamo-log.h')
-rw-r--r--src/glamo-log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo-log.h b/src/glamo-log.h
index 70bbf1d..c51b51e 100644
--- a/src/glamo-log.h
+++ b/src/glamo-log.h
@@ -36,8 +36,8 @@
#ifdef NDEBUG
/*we are not in debug mode*/
-#define GLAMO_LOG
-#define GLAMO_LOG_ERROR
+#define GLAMO_LOG(...) do {} while(0)
+#define GLAMO_LOG_ERROR(...) do {} while(0)
#else /*NDEBUG*/
#define ERROR_LOG_LEVEL 3