X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpegLS.cxx;h=a850d3593b4f4613df554bf991bd8c0c6569c5a4;hb=a9f954f2b63d67c79b206acec6493c3395030147;hp=e0094b2ab84a50ac4a2f1f31776c94e761c6ead9;hpb=4b66b19dfd3c15f96b843923ca587252bf988cde;p=gdcm.git diff --git a/src/gdcmJpegLS.cxx b/src/gdcmJpegLS.cxx index e0094b2a..a850d359 100644 --- a/src/gdcmJpegLS.cxx +++ b/src/gdcmJpegLS.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpegLS.cxx,v $ Language: C++ - Date: $Date: 2005/01/24 16:03:58 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/02/05 01:37:09 $ + 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 @@ -15,8 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -//----------------------------------------------------------------------------- #include "gdcmFileHelper.h" +#include "gdcmDebug.h" #include #include @@ -34,10 +34,9 @@ namespace gdcm * @warning : not yet made */ -bool gdcm_read_JPEGLS_file (std::ifstream* fp,void* image_buffer) { - (void)fp; //FIXME - (void)image_buffer; //FIXME - std::cout << "Sorry JPEG-LS File not yet taken into account" << std::endl; +bool gdcm_read_JPEGLS_file (std::ifstream* , void* ) +{ + gdcmWarningMacro( "Sorry JPEG-LS File not yet taken into account" ); return false; } } // end namespace gdcm