X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=5f834ce192c8373a0fe8d7c96b14320020bc932e;hb=6d8a46d1577717ed6a5c9500d463bcdb39d25761;hp=546ee872f950e56759850ebfa835d1b9f3eb6895;hpb=bf9244b70d8054fcd41878f418480ab547cc748a;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 546ee872..5f834ce1 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.h,v $ Language: C++ - Date: $Date: 2005/06/14 19:22:13 $ - Version: $Revision: 1.34 $ + Date: $Date: 2005/06/21 14:05:06 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -102,7 +102,7 @@ public: * @param msg message part */ #ifdef NDEBUG -#define gdcmDebugMacro(msg) +#define gdcmDebugMacro(msg) {} #else #define gdcmDebugMacro(msg) \ { \ @@ -126,7 +126,7 @@ public: * @param msg message part */ #ifdef NDEBUG -#define gdcmWarningMacro(msg) +#define gdcmWarningMacro(msg) {} #else #define gdcmWarningMacro(msg) \ { \ @@ -149,7 +149,7 @@ public: * @param msg second message part */ #ifdef NDEBUG -#define gdcmErrorMacro(msg) +#define gdcmErrorMacro(msg) {} #else #define gdcmErrorMacro(msg) \ { \ @@ -171,7 +171,7 @@ public: * gdcmAssertMacro( "my message" && 2 < 3 ) */ #ifdef NDEBUG -#define gdcmAssertMacro(arg) +#define gdcmAssertMacro(arg) {} #else #define gdcmAssertMacro(arg) \ { \