]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/jdpostct.c
COMP: Painfully (re)fix all the warnings when compiled with -W -Wall
[gdcm.git] / src / jpeg / libijg / jdpostct.c
index 3fdb290c491cb8780ff94b470844b9a9eaa4dd80..760eb19abd0d0c93b0cd738d64b608865ce3699e 100644 (file)
@@ -163,6 +163,7 @@ post_process_prepass (j_decompress_ptr cinfo,
 {
   my_post_ptr post = (my_post_ptr) cinfo->post;
   JDIMENSION old_next_row, num_rows;
+  (void)output_buf;(void)out_rows_avail;
 
   /* Reposition virtual buffer if at start of strip. */
   if (post->next_row == 0) {
@@ -207,6 +208,7 @@ post_process_2pass (j_decompress_ptr cinfo,
 {
   my_post_ptr post = (my_post_ptr) cinfo->post;
   JDIMENSION num_rows, max_rows;
+  (void)input_buf;(void)in_row_group_ctr;(void)in_row_groups_avail;
 
   /* Reposition virtual buffer if at start of strip. */
   if (post->next_row == 0) {