X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpegLS.cxx;h=200d20966a95252110d3758bbebaf3e604de5f6b;hb=d2d88279289bcafbeca8a41934d514d58141376d;hp=a850d3593b4f4613df554bf991bd8c0c6569c5a4;hpb=95e43356511d138225d8f718f632b3e7a8fcc106;p=gdcm.git diff --git a/src/gdcmJpegLS.cxx b/src/gdcmJpegLS.cxx index a850d359..200d2096 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/02/05 01:37:09 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/02/11 15:22:18 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -34,8 +34,10 @@ namespace gdcm * @warning : not yet made */ -bool gdcm_read_JPEGLS_file (std::ifstream* , void* ) +bool gdcm_read_JPEGLS_file (std::ifstream *fp, void *image_buffer) { + (void)fp; + (void)image_buffer; gdcmWarningMacro( "Sorry JPEG-LS File not yet taken into account" ); return false; }