]> Creatis software - gdcm.git/blobdiff - src/gdcmopenjpeg/libopenjpeg/tcd.c
COMP: Fix a few dummy warnings
[gdcm.git] / src / gdcmopenjpeg / libopenjpeg / tcd.c
index bd655afc1063b8467e306af43dc02f07c3722e31..eb1a5cf17f10d2b5036fc7125f2ff8612b25aec5 100644 (file)
@@ -341,6 +341,7 @@ void tcd_malloc_encode(j2k_image_t * img, j2k_cp_t * cp, int curtileno)
 void tcd_free_encode(j2k_image_t * img, j2k_cp_t * cp, int curtileno)
 {
   int tileno, compno, resno, bandno, precno;
+  (void)curtileno;
   tcd_img = img;
   tcd_cp = cp;
   tcd_image.tw = cp->tw;