From ead1ddd3fcdebedc60b1f24c59a1892a7a2da2df Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 22 Sep 2005 14:42:37 +0000 Subject: [PATCH] Avoid Warning --- Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.45.1