]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/jclhuff.c
COMP: Painfully (re)fix all the warnings when compiled with -W -Wall
[gdcm.git] / src / jpeg / libijg / jclhuff.c
index 6f2a2f1991e6449c1359b4ccfd385040a05a4fa4..a553ccee4ad48f48dab7fbe3ef10d2d18f3a3fd0 100644 (file)
@@ -569,6 +569,7 @@ finish_pass_gather (j_compress_ptr cinfo)
 METHODDEF(boolean)
 need_optimization_pass (j_compress_ptr cinfo)
 {
+  (void)cinfo;
   return TRUE;
 }