]> Creatis software - gdcm.git/blobdiff - Testing/TestCommand.cxx
Avoid warnings
[gdcm.git] / Testing / TestCommand.cxx
index ab7b41522960ca9ec2d7930110ae9952054f712c..f98786603d86b14575a4bb6a01d07b5671c4870a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestCommand.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 16:31:19 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/11/30 08:48:15 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -20,7 +20,7 @@
 #include "gdcmCommandManager.h"
 
 #include <iostream>
-#include <typeinfo.h>
+#include <typeinfo>
 
 class CommandTest : public gdcm::Command
 {
@@ -56,7 +56,7 @@ void CallbackTest(gdcm::CallbackCommand *cmd)
    fctExecuted = true;
 }
 
-int TestCommand(int argc, char *argv[]) 
+int TestCommand(int , char *[]) 
 {
    int error=0;