From: malaterre Date: Mon, 1 Aug 2005 14:33:29 +0000 (+0000) Subject: COMP: Get rid of: Function gdcm::GDCM_LEGACY must have a return type. X-Git-Tag: Version1.2.bp~242 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=7dd867e9c497149d6f1035a4ac74e52f3be6694b;p=gdcm.git COMP: Get rid of: Function gdcm::GDCM_LEGACY must have a return type. --- diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index aaaecba2..f5763326 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/07/24 00:55:20 $ - Version: $Revision: 1.39 $ + Date: $Date: 2005/08/01 14:33:29 $ + Version: $Revision: 1.40 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -204,7 +204,7 @@ public: #if defined(GDCM_LEGACY_REMOVE) // Remove legacy methods completely. # define GDCM_LEGACY(method) -#elif defined(GDCM_LEGACY_SILENT) +#elif defined(GDCM_LEGACY_SILENT) || defined(SWIGPYTHON) // Provide legacy methods with no warnings. # define GDCM_LEGACY(method) method #else