]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/jctrans.c
ENH: ok making too many mistakes time to go to bed
[gdcm.git] / src / jpeg / libijg / jctrans.c
index e5302d5d8b146f5d2d7e06e1ab95baaf3f8b5f30..0c94656a68411784d1e076f23056e28514947386 100644 (file)
@@ -278,6 +278,7 @@ compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
   JBLOCKROW MCU_buffer[C_MAX_DATA_UNITS_IN_MCU];
   JBLOCKROW buffer_ptr;
   jpeg_component_info *compptr;
+  (void)input_buf;
 
   /* Align the virtual buffers for the components used in this scan. */
   for (ci = 0; ci < cinfo->comps_in_scan; ci++) {