X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=1fe7118d0212689afde55489598082f654143e6f;hb=a832fc23a0f4bf56a74829c0306bc1d8587107a2;hp=3fb9cb5c011e67e48846641cb6c826593e359d40;hpb=88d681d129a1e8b361c75a0d4f246f68b39db1b9;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 3fb9cb5c..1fe7118d 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/09/06 15:32:13 $ - Version: $Revision: 1.267 $ + Date: $Date: 2005/09/20 09:07:56 $ + Version: $Revision: 1.269 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1495,7 +1495,7 @@ bool File::Write(std::string fileName, FileType writetype) if ( e0000 ) { std::ostringstream sLen; - sLen << ComputeGroup0002Length(writetype); + sLen << ComputeGroup0002Length( ); e0000->SetValue(sLen.str()); } @@ -1685,7 +1685,7 @@ bool File::ReadTag(uint16_t testGroup, uint16_t testElem) itemTagGroup = ReadInt16(); itemTagElem = ReadInt16(); } - catch ( FormatError e ) + catch ( FormatError /*e*/ ) { //std::cerr << e << std::endl; return false;