]> Creatis software - gdcm.git/commitdiff
COMP: do not ask...
authormalaterre <malaterre>
Mon, 19 May 2008 09:25:42 +0000 (09:25 +0000)
committermalaterre <malaterre>
Mon, 19 May 2008 09:25:42 +0000 (09:25 +0000)
src/gdcmElementSet.cxx

index eb4f9d124b8893347e5cf31d7b7528bb5135719d..31f74ae64890537f8d0d688992a557e32a3364ad 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/10/19 14:47:18 $
-  Version:   $Revision: 1.79 $
+  Date:      $Date: 2008/05/19 09:25:42 $
+  Version:   $Revision: 1.80 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -53,6 +53,7 @@ void ElementSet::WriteContent(std::ofstream *fp, FileType filetype, bool dummy,
 {
    bool insideMetaElements     = false;
    bool yetOutsideMetaElements = false;
+   (void)dummy2;(void)dummy;
    
    for (TagDocEntryHT::const_iterator i = TagHT.begin(); 
                                      i != TagHT.end();