]> granicus.if.org Git - pdns/commitdiff
DLOG now eat semicolons for breakfast
authorKees Monshouwer <mind04@monshouwer.org>
Sun, 22 Sep 2013 10:30:47 +0000 (12:30 +0200)
committermind04 <mind04@monshouwer.org>
Sun, 22 Sep 2013 10:30:47 +0000 (12:30 +0200)
pdns/logger.hh

index 8dc501dfc71639b6a40696ada87f8a678bdef0ea..d6ee95ec9d0ee4336d4a1c37a52aa2a301db8658 100644 (file)
@@ -142,7 +142,7 @@ extern Logger &theL(const string &pname="");
 #ifdef VERBOSELOG
 #define DLOG(x) x
 #else
-#define DLOG(x) 
+#define DLOG(x) ((void)0)
 #endif