]> Creatis software - gdcm.git/commitdiff
Avoid Warning
authorjpr <jpr>
Thu, 22 Sep 2005 14:42:37 +0000 (14:42 +0000)
committerjpr <jpr>
Thu, 22 Sep 2005 14:42:37 +0000 (14:42 +0000)
Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx

index 1ebb32ba3ab964103b68f2ff25a54f83a20467dd..b10a018a2b4222be6bbca816819fd05e830237f8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestLoadAllDocumentsNoPrivNoSeq.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/09/22 08:41:27 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2005/09/22 14:42:37 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,8 +47,8 @@ int TestLoadAllDocumentsNoPrivNoSeq(int, char *[])
    //int swapC;
    //unsigned int j;
    std::string pixelType, photomInterp;
-   int l;
-   l = strlen("PALETTE COLOR ");
+   //int l;
+   //l = strlen("PALETTE COLOR ");
    while( gdcmDataImages[i] != 0 )
    {
       std::string filename = GDCM_DATA_ROOT;