From 79a9384ed191f8bf60c726bbd992e8f8b3bea48f Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 3 Nov 2005 14:07:12 +0000 Subject: [PATCH] Avoid some warnings --- Testing/TestAllReadCompareDicom.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index bc0dfa88..ef51a8c1 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllReadCompareDicom.cxx,v $ Language: C++ - Date: $Date: 2005/11/02 09:39:04 $ - Version: $Revision: 1.50 $ + Date: $Date: 2005/11/03 14:07:12 $ + Version: $Revision: 1.51 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -284,7 +284,7 @@ bool TestFile::ReadFileData(std::ifstream *fp) // We *know* the .tst files are written in 'Little Endian' format. // We *know* DataSize may be 1 or 2 ! uint16_t g; - for (int i=0; i> 8 ); -- 2.48.1