X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg2000.cxx;h=69f334b5ad2c86e1cc8afcaec349c154b19a898e;hb=33ea6274972a853d1214fc5e6ea31309ec7e2ad8;hp=4ab11d6ee14a4d56781da8e4ed904bb1e36d5a12;hpb=d1c68c2c2ae9fadf927053150f7fbc625a7c7366;p=gdcm.git diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx index 4ab11d6e..69f334b5 100644 --- a/src/gdcmJpeg2000.cxx +++ b/src/gdcmJpeg2000.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg2000.cxx,v $ Language: C++ - Date: $Date: 2005/02/01 10:29:55 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/02/05 01:37:09 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -15,8 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -//----------------------------------------------------------------------------- #include "gdcmFileHelper.h" +#include "gdcmDebug.h" #include #include @@ -33,10 +33,9 @@ namespace gdcm * @warning : not yet made */ -bool gdcm_read_JPEG2000_file (std::ifstream* fp,void* image_buffer) { - (void)fp; //FIXME - (void)image_buffer; //FIXME - std::cout << "Sorry JPEG 2000 File not yet taken into account" << std::endl; +bool gdcm_read_JPEG2000_file (std::ifstream* , void* ) +{ + gdcmWarningMacro( "Sorry JPEG 2000 File not yet taken into account" ); return false; }