X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestEmpty.cxx;h=5126a8e636f89d56174b926ba7d03153b6594151;hb=f2dd0107ba49eda3386b34715cdc0c046d12397f;hp=8ca1f7c83fb32645392e8fd7089b0d6ff6e94881;hpb=6fd1f2a021e3dc5c564ad4b60117ae676a93c1b7;p=gdcm.git diff --git a/Testing/TestEmpty.cxx b/Testing/TestEmpty.cxx index 8ca1f7c8..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/06 15:15:48 $ - Version: $Revision: 1.1 $ + 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 argc, char *argv[]) +int TestEmpty(int ,char *[]) { return 0; }