diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-06 14:47:52 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-06 14:47:52 +0000 |
| commit | 8d3ef0729cd787cdb9337d9b25e4862fcc847a0d (patch) | |
| tree | f73157ef7206ccb69a7043affca78ab0bd0766b4 /tests/test_tile_decoder.c | |
| parent | 275680bdb74c612aa3b2726792e269400e4c8ff4 (diff) | |
[trunk] Remove simple warning about unused variables
Diffstat (limited to 'tests/test_tile_decoder.c')
| -rw-r--r-- | tests/test_tile_decoder.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_tile_decoder.c b/tests/test_tile_decoder.c index 700dab1c..96b5e829 100644 --- a/tests/test_tile_decoder.c +++ b/tests/test_tile_decoder.c @@ -171,7 +171,6 @@ int main (int argc, char *argv[]) OPJ_UINT32 l_tile_index; OPJ_BYTE * l_data = (OPJ_BYTE *) malloc(1000); OPJ_BOOL l_go_on = OPJ_TRUE; - OPJ_INT32 l_tile_x0=0, l_tile_y0=0 ; OPJ_UINT32 l_nb_comps=0 ; OPJ_INT32 l_current_tile_x0,l_current_tile_y0,l_current_tile_x1,l_current_tile_y1; |
