From: jpr Date: Wed, 7 Sep 2005 08:35:20 +0000 (+0000) Subject: avoid warning X-Git-Tag: Version1.2.bp~106 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3058e201202a3694bca131cc21f0df533bdf120d;p=gdcm.git avoid warning --- diff --git a/Example/Volume2Dicom.cxx b/Example/Volume2Dicom.cxx index 5b551031..facc30a4 100644 --- a/Example/Volume2Dicom.cxx +++ b/Example/Volume2Dicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Volume2Dicom.cxx,v $ Language: C++ - Date: $Date: 2005/07/08 12:02:02 $ - Version: $Revision: 1.7 $ + Date: $Date: 2005/09/07 08:35:20 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,7 +38,7 @@ #define stat _stat #endif -const unsigned int Dimension = 3; +//const unsigned int Dimension = 3; void gdcmwrite(const char *inputfile, std::string directory); void GetFileDateAndTime(const char *inputfile,