X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestCommand.cxx;h=f98786603d86b14575a4bb6a01d07b5671c4870a;hb=977b70320ec22c560eb92d4669b26455e0842b7b;hp=ab7b41522960ca9ec2d7930110ae9952054f712c;hpb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;p=gdcm.git diff --git a/Testing/TestCommand.cxx b/Testing/TestCommand.cxx index ab7b4152..f9878660 100644 --- a/Testing/TestCommand.cxx +++ b/Testing/TestCommand.cxx @@ -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 -#include +#include 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;