From e17f9c6ac6f439d23911a6c4b6c1eadd044220a0 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 7 Nov 2005 10:18:20 +0000 Subject: [PATCH] Avoid warning --- Testing/loadmodule.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Testing/loadmodule.cxx b/Testing/loadmodule.cxx index a27aa995..0d72007c 100644 --- a/Testing/loadmodule.cxx +++ b/Testing/loadmodule.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: loadmodule.cxx,v $ Language: C++ - Date: $Date: 2005/11/03 16:19:56 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/11/07 10:18:20 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -78,6 +78,7 @@ int main(int, char* []) // that the problematic gdcm-library is linked. //itk::GDCMImageIO::Pointer gdcmio = itk::GDCMImageIO::New(); gdcm::File *file = gdcm::File::New(); + file->Print(); // to avoid warning std::cerr << "Closing libs" << std::endl; //dl::CloseLibrary(handle); -- 2.48.1