]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/jdatasrc.c
COMP: Painfully (re)fix all the warnings when compiled with -W -Wall
[gdcm.git] / src / jpeg / libijg / jdatasrc.c
index 8c539b095b044677752ec701e14ba6b02903619e..531c90b34ee996f63fee1ab817efdbf47b4d45d5 100644 (file)
@@ -168,6 +168,7 @@ skip_input_data (j_decompress_ptr cinfo, long num_bytes)
 METHODDEF(void)
 term_source (j_decompress_ptr cinfo)
 {
+  (void)cinfo;
   /* no work necessary here */
 }