]> Creatis software - gdcm.git/commitdiff
* Example/TestCopyDicom.cxx : avoid compilation warnings
authorregrain <regrain>
Fri, 19 Nov 2004 08:37:55 +0000 (08:37 +0000)
committerregrain <regrain>
Fri, 19 Nov 2004 08:37:55 +0000 (08:37 +0000)
   -- BeNours

Example/TestCopyDicom.cxx

index 24400816bab017ec246e08936efd8cd927a762b4..b13d002e31c7e4ee7879e9ecccd314b187fb6909 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestCopyDicom.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/11/17 10:20:06 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2004/11/19 08:37:55 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -91,6 +91,8 @@ int main(int argc, char* argv[])
 
       size_t dataSize = original->GetImageDataSize();
       uint8_t* imageData = original->GetImageData();
+      (void)imageData;
+      (void)dataSize;
   
       //First of all copy the header field by field