From 9636b7985d0cef5b248e7ace7ddb3ef9a9e14170 Mon Sep 17 00:00:00 2001 From: malaterre Date: Sat, 22 Jan 2005 22:51:40 +0000 Subject: [PATCH] COMP: Dont know what bool is used for --- Testing/VTKTestRead.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"); -- 2.48.1