From 5fc5d5558df907b8fb7e9c61a574b038fd3f7ebf Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 14 Jan 2005 17:31:34 +0000 Subject: [PATCH] COMP: Fix warnings --- Example/FlatHashTablePrint.cxx | 6 +++--- Testing/TestDict.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"; -- 2.48.1