X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestEmpty.cxx;h=5126a8e636f89d56174b926ba7d03153b6594151;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=b5c355bb1057eb67e5d17bbde88ee286de1088a1;hpb=643f196b07066424bf9197f35d689b57494b8ca8;p=gdcm.git diff --git a/Testing/TestEmpty.cxx b/Testing/TestEmpty.cxx index b5c355bb..5126a8e6 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/30 09:48:05 $ - Version: $Revision: 1.2 $ + Date: $Date: 2006/07/06 13:23:14 $ + 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 @@ -17,7 +17,7 @@ =========================================================================*/ // Just to know, at test time, if the dll is loadable -int TestEmpty(int , char ** ) +int TestEmpty(int ,char *[]) { return 0; }