]> Creatis software - gdcm.git/blobdiff - Testing/TestEmpty.cxx
Fix mistypings
[gdcm.git] / Testing / TestEmpty.cxx
index 8ca1f7c83fb32645392e8fd7089b0d6ff6e94881..5126a8e636f89d56174b926ba7d03153b6594151 100755 (executable)
@@ -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;
 }