summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/t2.c
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-02 09:41:51 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-02 09:41:51 +0000
commit82afd3a891b86e1b9eacfa0a768257201da477de (patch)
tree616f5ffe83b1700fe5c29135672a305b13ab5e47 /src/lib/openjp3d/t2.c
parent514fc720502969dbbcffdfb8749c6e57b65d25e1 (diff)
[trunk] Set of warnings fix for gcc -pedantic
Diffstat (limited to 'src/lib/openjp3d/t2.c')
-rwxr-xr-xsrc/lib/openjp3d/t2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/t2.c b/src/lib/openjp3d/t2.c
index 6638b328..e902d60d 100755
--- a/src/lib/openjp3d/t2.c
+++ b/src/lib/openjp3d/t2.c
@@ -568,7 +568,7 @@ int t2_encode_packets(opj_t2_t* t2, int tileno, opj_tcd_tile_t *tile, int maxlay
while (pi_next(&pi[pino])) {
if (pi[pino].layno < maxlayers) {
e = t2_encode_packet(tile, &cp->tcps[tileno], &pi[pino], c, dest + len - c, volume_info, tileno, cp);
- //opj_event_msg(t2->cinfo, EVT_INFO, " t2_encode_packet: %d bytes coded\n",e);
+ /*opj_event_msg(t2->cinfo, EVT_INFO, " t2_encode_packet: %d bytes coded\n",e);*/
if (e == -999) {
break;
} else {