X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Flibijg%2Fjctrans.c;h=0c94656a68411784d1e076f23056e28514947386;hb=c4220b95e9d5e902a7468e408435bf6dea4950eb;hp=e5302d5d8b146f5d2d7e06e1ab95baaf3f8b5f30;hpb=93b600547ab55d2b7b3903c561a06d191d7764d9;p=gdcm.git diff --git a/src/jpeg/libijg/jctrans.c b/src/jpeg/libijg/jctrans.c index e5302d5d..0c94656a 100644 --- a/src/jpeg/libijg/jctrans.c +++ b/src/jpeg/libijg/jctrans.c @@ -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++) {