From: jpr Date: Tue, 18 Sep 2007 10:50:37 +0000 (+0000) Subject: Avoid compile time warning X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b4c58a5c33221c1592f0fb124bb39d9af8ed423a;p=gdcm.git Avoid compile time warning --- diff --git a/src/gdcmFileHelper.cxx b/src/gdcmFileHelper.cxx index bfd5161a..fd2a84cc 100644 --- a/src/gdcmFileHelper.cxx +++ b/src/gdcmFileHelper.cxx @@ -4,8 +4,8 @@ Module: $RCSfile: gdcmFileHelper.cxx,v $ Language: C++ - Date: $Date: 2007/09/17 12:16:02 $ - Version: $Revision: 1.129 $ + Date: $Date: 2007/09/18 10:50:37 $ + Version: $Revision: 1.130 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -728,7 +728,6 @@ bool FileHelper::Write(std::string const &fileName) CheckMandatoryElements(); //called once, here ! bool flag = false; - DocEntry *e; switch(WriteType) { case ImplicitVR: