]> Creatis software - gdcm.git/commitdiff
ENH: Some unused vars
authormalaterre <malaterre>
Wed, 22 Sep 2004 01:09:10 +0000 (01:09 +0000)
committermalaterre <malaterre>
Wed, 22 Sep 2004 01:09:10 +0000 (01:09 +0000)
Testing/TestCopyDicom.cxx

index 5b35c48bd57c22bf2cc8dc365f98fa28d81a4b01..74075fe7a2e6a11c52fd640e4fd3b31e2dc9668b 100644 (file)
@@ -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