From: jpr Date: Thu, 3 Nov 2005 14:07:12 +0000 (+0000) Subject: Avoid some warnings X-Git-Tag: OpenJPEG.Version1.2~76 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=79a9384ed191f8bf60c726bbd992e8f8b3bea48f;p=gdcm.git Avoid some warnings --- 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 );