From: malaterre Date: Fri, 14 Jan 2005 17:31:34 +0000 (+0000) Subject: COMP: Fix warnings X-Git-Tag: Version1.0.bp~337 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5fc5d5558df907b8fb7e9c61a574b038fd3f7ebf;p=gdcm.git COMP: Fix warnings --- diff --git a/Example/FlatHashTablePrint.cxx b/Example/FlatHashTablePrint.cxx index 8fc20075..e7e806cc 100644 --- a/Example/FlatHashTablePrint.cxx +++ b/Example/FlatHashTablePrint.cxx @@ -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) { diff --git a/Testing/TestDict.cxx b/Testing/TestDict.cxx index cd0601e6..f138cd71 100644 --- a/Testing/TestDict.cxx +++ b/Testing/TestDict.cxx @@ -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 #include -int TestDict(int argc, char* argv[]) +int TestDict(int , char* []) { // Print the DictSet std::cout<<"#######################################################\n";