From 1c47a46ad2b7b0694d2c73123b5759fec74e1734 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 7 Nov 2005 11:03:22 +0000 Subject: [PATCH] Avoid warning --- Testing/TestValidate.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Testing/TestValidate.cxx b/Testing/TestValidate.cxx index 835d0ec9..dcd97300 100644 --- a/Testing/TestValidate.cxx +++ b/Testing/TestValidate.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestValidate.cxx,v $ Language: C++ - Date: $Date: 2005/11/04 17:05:49 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/11/07 11:03:22 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -68,6 +68,7 @@ int TestValidate(int argc, char *argv[]) i++; } - return 0; // never break the testsuite! + retVal = 0; // Never break test suite + return retVal; } -- 2.48.1