summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/pi.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-29 10:08:35 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-29 10:08:35 +0000
commit18e7fcc37f8d3585f015755c81769852526aedcc (patch)
tree7fb955cac8143e205e3a5dfb20b87d2ff41c2565 /src/lib/openjp2/pi.c
parent1c8a657044e2a9ad05b4b915e78eac624d2f55ca (diff)
[trunk] remove warnings related to the use of -Wall -Wextra -pedantic
Diffstat (limited to 'src/lib/openjp2/pi.c')
-rw-r--r--src/lib/openjp2/pi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/openjp2/pi.c b/src/lib/openjp2/pi.c
index 699afa69..ea8a2285 100644
--- a/src/lib/openjp2/pi.c
+++ b/src/lib/openjp2/pi.c
@@ -862,6 +862,8 @@ void opj_pi_update_encode_poc_and_final ( opj_cp_t *p_cp,
/* number of pocs*/
OPJ_UINT32 l_poc_bound;
+ OPJ_ARG_NOT_USED(p_max_res);
+
/* preconditions in debug*/
assert(p_cp != 00);
assert(p_tileno < p_cp->tw * p_cp->th);
@@ -986,6 +988,8 @@ void opj_pi_update_decode_poc (opj_pi_iterator_t * p_pi,
opj_pi_iterator_t * l_current_pi = 00;
opj_poc_t* l_current_poc = 0;
+ OPJ_ARG_NOT_USED(p_max_res);
+
/* preconditions in debug*/
assert(p_pi != 00);
assert(p_tcp != 00);