From 162236dc0c43e884c71e4f95190941cf277f60c4 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 3 May 2004 08:30:48 +0000 Subject: [PATCH] to avoid compile time warning --- src/gdcmJpeg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1