From: malaterre Date: Wed, 22 Sep 2004 01:09:10 +0000 (+0000) Subject: ENH: Some unused vars X-Git-Tag: Version0.6.bp~189 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d7637fa58050f4cc346b5356a960e03e58e99dd3;p=gdcm.git ENH: Some unused vars --- diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index 5b35c48b..74075fe7 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -41,7 +41,7 @@ bool RemoveFile(const char* source) // Here we load a gdcmFile and then try to create from scratch a copy of it, // copying field by field the dicom image -int TestCopyDicom(int argc, char* argv[]) +int TestCopyDicom(int , char* []) { int i =0; int retVal = 0; //by default this is an error