From: Andre Date: Fri, 16 Jun 2006 11:14:23 +0000 (+0200) Subject: fix gcc warning if COMPILE_TIME_LOGLEVEL is non-zero X-Git-Tag: v0.2.14~60^2~13 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=1a6228df67fec5dcd7939c7dc60825b3fc500e1b;hp=1a6228df67fec5dcd7939c7dc60825b3fc500e1b;p=paraslash.git fix gcc warning if COMPILE_TIME_LOGLEVEL is non-zero use the old while(0) trick to avoid "empty body in an if-statement" warnings. ---