From: jpr Date: Fri, 30 Jun 2006 09:48:05 +0000 (+0000) Subject: Avoid warnings X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=643f196b07066424bf9197f35d689b57494b8ca8;p=gdcm.git Avoid warnings --- diff --git a/Testing/TestEmpty.cxx b/Testing/TestEmpty.cxx index 8ca1f7c8..b5c355bb 100755 --- a/Testing/TestEmpty.cxx +++ b/Testing/TestEmpty.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestEmpty.cxx,v $ Language: C++ - Date: $Date: 2006/06/06 15:15:48 $ - Version: $Revision: 1.1 $ + Date: $Date: 2006/06/30 09:48:05 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -17,7 +17,7 @@ =========================================================================*/ // Just to know, at test time, if the dll is loadable -int TestEmpty(int argc, char *argv[]) +int TestEmpty(int , char ** ) { return 0; }