X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg.cxx;h=7cfee75fc209001b1a585f4611f27e012f92ca5a;hb=14da8fbfce99d66af65ee2a6294f90e70a054652;hp=3edb58af2b46d2b733750d58ea80927a45232af5;hpb=3ccb0db5e229de47c8a1fdc09deb3561315ec282;p=gdcm.git diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 3edb58af..7cfee75f 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg.cxx,v $ Language: C++ - Date: $Date: 2005/10/18 18:39:49 $ - Version: $Revision: 1.50 $ + Date: $Date: 2005/10/18 19:06:30 $ + Version: $Revision: 1.51 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -108,6 +108,7 @@ bool gdcm_write_JPEG_file (std::ostream *fp, void *im_buf, // // } assert( 0 ); + (void)fp; //jpeg_stdio_dest(&cinfo, fp, 0, 0, image_width, image_height, quality); /* Step 3: set parameters for compression */