From 3712b1b6b9d77789ac1c5d0dccfb8494a608e6aa Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 25 Jan 2009 17:15:37 +0100 Subject: Let the damm thing compile with -pedantic -Wall -Werror --- src/glamo-log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glamo-log.h') 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 -- cgit v1.2.3