From: malaterre Date: Sat, 22 Jan 2005 22:51:40 +0000 (+0000) Subject: COMP: Dont know what bool is used for X-Git-Tag: Version1.0.bp~212 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9636b7985d0cef5b248e7ace7ddb3ef9a9e14170;p=gdcm.git COMP: Dont know what bool is used for --- diff --git a/Testing/VTKTestRead.cxx b/Testing/VTKTestRead.cxx index 6a083850..5efa8838 100644 --- a/Testing/VTKTestRead.cxx +++ b/Testing/VTKTestRead.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: VTKTestRead.cxx,v $ Language: C++ - Date: $Date: 2005/01/20 16:16:59 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/01/22 22:51:40 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,6 +40,7 @@ int VTKReadTest(vtkTesting *t,vtkImageViewer *viewer, bool show ) { int retVal = 0; //by default this is an error + (void)show; t->CleanArguments(); t->AddArgument("-D");