From: malaterre Date: Tue, 20 May 2008 09:21:22 +0000 (+0000) Subject: COMP: fix warning X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dc22833ed8429e68e8995ed8a4fe3be02ef746da;p=gdcm.git COMP: fix warning --- diff --git a/Example/PrintFile.cxx b/Example/PrintFile.cxx index dfc6f6e3..0f3e82ea 100644 --- a/Example/PrintFile.cxx +++ b/Example/PrintFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintFile.cxx,v $ Language: C++ - Date: $Date: 2008/02/13 13:58:40 $ - Version: $Revision: 1.90 $ + Date: $Date: 2008/05/20 09:21:22 $ + Version: $Revision: 1.91 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -681,8 +681,8 @@ if (!noex) { if (load) // just to see warning messages at load time ! { - uint8_t *pixels = fh->GetImageData(); - uint32_t lgth = fh->GetImageDataSize(); + uint8_t *pixels = fh->GetImageData(); (void)pixels; + uint32_t lgth = fh->GetImageDataSize(); (void)lgth; } std::cout <c_str()<<" is Readable"<