]> Creatis software - gdcm.git/commitdiff
Avoid warnings
authorjpr <jpr>
Fri, 30 Jun 2006 09:48:05 +0000 (09:48 +0000)
committerjpr <jpr>
Fri, 30 Jun 2006 09:48:05 +0000 (09:48 +0000)
Testing/TestEmpty.cxx

index 8ca1f7c83fb32645392e8fd7089b0d6ff6e94881..b5c355bb1057eb67e5d17bbde88ee286de1088a1 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/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;
 }