X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestCopyDicom.cxx;h=a1804823678ea92f6b39e5f3146c249262038794;hb=d01d35846e6b6918f2e11b2f15e13555e78a39b6;hp=9706397c7a37bde09657f98ab7d7fe0b288ba8a1;hpb=b8ca604b2c1c17790f19ac61b63dfb5b550ac6c0;p=gdcm.git diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index 9706397c..a1804823 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestCopyDicom.cxx,v $ Language: C++ - Date: $Date: 2004/11/17 10:20:06 $ - Version: $Revision: 1.17 $ + Date: $Date: 2004/11/18 17:06:54 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -90,6 +90,8 @@ int TestCopyDicom(int , char* []) size_t dataSize = original->GetImageDataSize(); uint8_t* imageData = original->GetImageData(); + (void)dataSize; // To use the variable and not have warnings at compil. + (void)imageData; // To use the variable and not have warnings at compil. //First of all copy the header field by field