summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-08-10 08:12:10 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-08-10 08:12:10 +0000
commit676f8f189f338ababaf67fe652c708e82770d524 (patch)
tree6744b58e9faf0c9538c7c217bebd2b68c9b81775 /libopenjpeg/tcd.c
parentdf44837b0731ab7c231b8b3159c5f0600ee2f5e8 (diff)
removed unused parameters warnings with the solution proposed by myself and Bob Friesenhahn
Diffstat (limited to 'libopenjpeg/tcd.c')
-rw-r--r--libopenjpeg/tcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/tcd.c b/libopenjpeg/tcd.c
index 26548564..fc25179a 100644
--- a/libopenjpeg/tcd.c
+++ b/libopenjpeg/tcd.c
@@ -676,6 +676,8 @@ void tcd_malloc_decode_tile(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp,
opj_tcp_t *tcp;
opj_tcd_tile_t *tile;
+ OPJ_ARG_NOT_USED(cstr_info);
+
tcd->cp = cp;
tcp = &(cp->tcps[cp->tileno[tileno]]);