]> granicus.if.org Git - openjpeg/commitdiff
[trunk] Remove simple warning about unused variables
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 6 Mar 2014 14:47:52 +0000 (14:47 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 6 Mar 2014 14:47:52 +0000 (14:47 +0000)
tests/test_tile_decoder.c

index 700dab1c930cb5501e619753c902b0a118d2aff7..96b5e8292eb1885a2f614dac09405790244a7f40 100644 (file)
@@ -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;