]> Creatis software - gdcm.git/commitdiff
COMP: Fix warnings
authormalaterre <malaterre>
Fri, 14 Jan 2005 17:31:34 +0000 (17:31 +0000)
committermalaterre <malaterre>
Fri, 14 Jan 2005 17:31:34 +0000 (17:31 +0000)
Example/FlatHashTablePrint.cxx
Testing/TestDict.cxx

index 8fc200755e6d66231efce91c3791498aad63acd1..e7e806cc618281edf36ce9fd9561cfb53d56480d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: FlatHashTablePrint.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/14 11:28:28 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2005/01/14 17:31:34 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -22,7 +22,7 @@
 // as line argument) and print them. This is an illustration of the
 // usage of \ref gdcmDocument::BuildFlatHashTable().
 
-int main(int argc, char* argv[])
+int main(int , char* [])
 {
 /*   if (argc < 2)
    {
index cd0601e60d5857a1a51bdc0136d83d67e6562779..f138cd71bf80b0e867473720ca5bda8a22772c62 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestDict.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/14 11:28:29 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2005/01/14 17:31:57 $
+  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
@@ -23,7 +23,7 @@
 #include <iostream>
 #include <iomanip>
 
-int TestDict(int argc, char* argv[])
+int TestDict(int , char* [])
 {  
    // Print the DictSet
    std::cout<<"#######################################################\n";