From: jpr Date: Thu, 22 Sep 2005 14:42:37 +0000 (+0000) Subject: Avoid Warning X-Git-Tag: Version1.2.bp~58 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ead1ddd3fcdebedc60b1f24c59a1892a7a2da2df;p=gdcm.git Avoid Warning --- diff --git a/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx b/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx index 1ebb32ba..b10a018a 100644 --- a/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx +++ b/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx @@ -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;