From: jpr Date: Mon, 3 May 2004 08:30:48 +0000 (+0000) Subject: to avoid compile time warning X-Git-Tag: Version0.5.bp~200 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=162236dc0c43e884c71e4f95190941cf277f60c4;p=gdcm.git to avoid compile time warning --- diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 640522d9..e4b548c7 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -271,7 +271,7 @@ bool gdcmFile::gdcm_read_JPEG_file (FILE *fp,void * image_buffer) { /* Step 5: Start decompressor */ #ifdef GDCM_DEBUG printf("Entree Step 5\n"); -#endif GDCM_DEBUG +#endif //GDCM_DEBUG (void) jpeg_start_decompress(&cinfo); /* We can ignore the return value since suspension is not possible