]> Creatis software - gdcm.git/commitdiff
FIX could not compile with warnings flags
authormalaterre <malaterre>
Tue, 27 Jul 2004 15:04:10 +0000 (15:04 +0000)
committermalaterre <malaterre>
Tue, 27 Jul 2004 15:04:10 +0000 (15:04 +0000)
src/gdcmDicomDir.cxx

index fa59a3b765139fd27d02be25a2a511383e524319..f3dc73156f2f5185462ac7620ea50508debabf0c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/07/21 14:02:10 $
-  Version:   $Revision: 1.58 $
+  Date:      $Date: 2004/07/27 15:04:10 $
+  Version:   $Revision: 1.59 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -577,7 +577,7 @@ void gdcmDicomDir::SetElement(std::string &path,gdcmDicomDirType type,
    gdcmDictEntry *dictEntry;
    gdcmValEntry *entry;
    std::string val;
-   gdcmObject *o;
+   //gdcmObject *o;
    switch( type )
    {
       case GDCM_DICOMDIR_IMAGE: