From: malaterre Date: Mon, 28 Jun 2004 16:07:21 +0000 (+0000) Subject: Fix warnings, and fix TestWriteRead X-Git-Tag: Version0.5.bp~72 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b49d7069fe20162182a1840fd06afd3351f50b3d;p=gdcm.git Fix warnings, and fix TestWriteRead --- diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 5aa18c28..89b1f6b7 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2004/06/28 16:00:18 $ - Version: $Revision: 1.40 $ + Date: $Date: 2004/06/28 16:07:21 $ + Version: $Revision: 1.41 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -101,6 +101,7 @@ gdcmDocument::gdcmDocument(std::string const & inFilename, : gdcmElementSet(-1) { IgnoreShadow =ignore_shadow; //enableSequences=enable_sequences; + (void)enable_sequences; enableSequences=true; // JPR // TODO : remove params out of the constructor SetMaxSizeLoadEntry(MAX_SIZE_LOAD_ELEMENT_VALUE); Filename = inFilename;