From d7637fa58050f4cc346b5356a960e03e58e99dd3 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 22 Sep 2004 01:09:10 +0000 Subject: [PATCH] ENH: Some unused vars --- Testing/TestCopyDicom.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1