]> granicus.if.org Git - openjpeg/commitdiff
Fix warnings in USE_JPIP compilation mode
authorEven Rouault <even.rouault@spatialys.com>
Sun, 30 Jul 2017 16:46:34 +0000 (18:46 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Sun, 30 Jul 2017 16:46:34 +0000 (18:46 +0200)
src/lib/openjp2/jp2.c

index 6bc704e221c277397ef5baecaefcd1ab248b98a4..1211ab5de737762431c3483e776ed68b772b6cc8 100644 (file)
@@ -3246,6 +3246,8 @@ static OPJ_BOOL opj_jpip_write_fidx(opj_jp2_t *jp2,
     OPJ_OFF_T j2k_codestream_exit;
     OPJ_BYTE l_data_header [24];
 
+    OPJ_UNUSED(jp2);
+
     /* preconditions */
     assert(jp2 != 00);
     assert(cio != 00);
@@ -3279,6 +3281,8 @@ static OPJ_BOOL opj_jpip_write_cidx(opj_jp2_t *jp2,
     OPJ_OFF_T j2k_codestream_exit;
     OPJ_BYTE l_data_header [24];
 
+    OPJ_UNUSED(jp2);
+
     /* preconditions */
     assert(jp2 != 00);
     assert(cio != 00);