From 41ff2e7dce0238097d516c0b10c78008202672d8 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 15 Sep 2004 02:54:36 +0000 Subject: [PATCH] ENH: Warnings about shadow vars, + unused var --- Testing/TestCopyDicom.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index f5ded1b2..e0478850 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -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) -- 2.45.1