]> Creatis software - gdcm.git/commitdiff
ENH: Unused var
authormalaterre <malaterre>
Wed, 22 Sep 2004 01:11:23 +0000 (01:11 +0000)
committermalaterre <malaterre>
Wed, 22 Sep 2004 01:11:23 +0000 (01:11 +0000)
Example/TestReadWriteReadCompare.cxx

index 574537e88161ca3981c748a7b47ccfcf1e669c1e..da97003a0d5b9533aa9fe5e7fcb4559b3f556dc8 100644 (file)
@@ -28,7 +28,7 @@ int main(int argc, char* argv[])
              << "images " << std::endl
              << "           match (as expanded by gdcm)." << std::endl;
 
-   int i = 0;
+   //int i = 0;
    //while( gdcmDataImages[i] != 0 ) 
    {
       std::string filename = GDCM_DATA_ROOT;