From 79d2d117a9aa6c0b2c30345b21af6083f72347d2 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 19 Oct 2007 15:06:08 +0000 Subject: [PATCH] avoid warnings --- Example/exExtractOverlaysACR.cxx | 6 +++--- Example/exExtractOverlaysDCM.cxx | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Example/exExtractOverlaysACR.cxx b/Example/exExtractOverlaysACR.cxx index 72f478f9..b3615af1 100644 --- a/Example/exExtractOverlaysACR.cxx +++ b/Example/exExtractOverlaysACR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exExtractOverlaysACR.cxx,v $ Language: C++ - Date: $Date: 2007/09/14 08:23:34 $ - Version: $Revision: 1.2 $ + Date: $Date: 2007/10/19 15:06:08 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -210,7 +210,7 @@ int main(int argc, char *argv[]) if( GDCM_NAME_SPACE::Debug::GetDebugFlag() ) std::cout << "Mask :[" <= 0x1000)// if it contains at least one overlay bit diff --git a/Example/exExtractOverlaysDCM.cxx b/Example/exExtractOverlaysDCM.cxx index b9082011..03285ee7 100755 --- a/Example/exExtractOverlaysDCM.cxx +++ b/Example/exExtractOverlaysDCM.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exExtractOverlaysDCM.cxx,v $ Language: C++ - Date: $Date: 2007/09/14 08:23:34 $ - Version: $Revision: 1.2 $ + Date: $Date: 2007/10/19 15:06:08 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -150,8 +150,6 @@ int main(int argc, char *argv[]) continue; } - uint8_t *outputData = new uint8_t[nxy]; - GDCM_NAME_SPACE::DataEntry *e = f->GetDataEntry(currentOvlGroup, 0x3000); if (e == 0) { -- 2.45.1