Closed GoogleCodeExporter closed 9 years ago
This issue was updated by revision r2535.
Original comment by mathieu.malaterre
on 3 Mar 2014 at 8:17
This issue was updated by revision r2536.
Original comment by mathieu.malaterre
on 3 Mar 2014 at 8:27
This issue was updated by revision r2537.
Original comment by mathieu.malaterre
on 3 Mar 2014 at 8:30
Original comment by mathieu.malaterre
on 3 Mar 2014 at 11:41
Are you sure of r2537 ? These functions are part of the MQ-coder and AFAIU the
codebase, they are required in the decoding process (at least those from t1.c).
Does the test suite still run with those functions removed ?
Original comment by antonin
on 3 Mar 2014 at 11:32
All functions were declared as `static` and thus could only be used within the
translation unit (not exported outside the C file). I do believe the gcc
compiler was correct in reporting those functions as never used.
The test suite seems to be running quite well. This may be an artifact from the
v2 transition and a left over appeared during this step.
Original comment by mathieu.malaterre
on 4 Mar 2014 at 8:50
Yes ok indeed. I was highly surprised by the deprecation of j2k_read_eoc but
it's now taken care in opj_j2k_read_tile_header. I'm not convinced by this
choice so it's a good idea to keep the "ifdef 0" for now.
Original comment by antonin
on 4 Mar 2014 at 9:31
Original comment by mathieu.malaterre
on 14 Mar 2014 at 2:03
Ok, then marking as fixed.
Original comment by mathieu.malaterre
on 17 Mar 2014 at 10:39
Original issue reported on code.google.com by
mathieu.malaterre
on 3 Mar 2014 at 8:16