]> Creatis software - gdcm.git/commitdiff
COMP: Fix warning
authormalaterre <malaterre>
Mon, 24 Oct 2005 20:28:40 +0000 (20:28 +0000)
committermalaterre <malaterre>
Mon, 24 Oct 2005 20:28:40 +0000 (20:28 +0000)
src/gdcmopenjpeg/libopenjpeg/tcd.c

index eabca32281e12af6ae80eb80d91d96df314e5d35..b087746cd3574fe33b7d11e8fb0481c9cdca2b50 100644 (file)
@@ -61,6 +61,7 @@ extern jmp_buf j2k_error;
 void tcd_dump(tcd_image_t * img, int curtileno)
 {
   int tileno, compno, resno, bandno, precno, cblkno;
+  (void)curtileno;
   fprintf(stdout, "image {\n");
   fprintf(stdout, "  tw=%d, th=%d x0=%d x1=%d y0=%d y1=%d\n", img->tw,
      img->th, tcd_img->x0, tcd_img->x1, tcd_img->y0, tcd_img->y1);