]> Creatis software - gdcm.git/commitdiff
ENH: Warnings about shadow vars, + unused var
authormalaterre <malaterre>
Wed, 15 Sep 2004 02:54:36 +0000 (02:54 +0000)
committermalaterre <malaterre>
Wed, 15 Sep 2004 02:54:36 +0000 (02:54 +0000)
Testing/TestCopyDicom.cxx

index f5ded1b22abdc9c4853ba11ff975c20ec6253f8a..e0478850e864cf7251975eb8829e4c6a696fff2c 100644 (file)
@@ -77,9 +77,10 @@ int TestCopyDicom(int , char* [])
       // Waiting for a 'clean' solution, I keep the method ...JPRx
     
       TagNameHT & nameHt = original->GetHeader()->GetPubDict()->GetEntriesByName();
+      (void)nameHt; //not used ?
 
-      gdcmValEntry* v;
-      gdcmBinEntry* b;
+      //gdcmValEntry* v;
+      //gdcmBinEntry* b;
       gdcmDocEntry* d;
 
       for (TagDocEntryHT::iterator tag = Ht.begin(); tag != Ht.end(); ++tag)