diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-08 09:09:59 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-08 09:09:59 +0000 |
| commit | 548a49bb7f458d8de9802fc5b9a72996dc749cad (patch) | |
| tree | 180af13e77babab6eaff7036139efa4cf47e8741 /libopenjpeg/jp2.c | |
| parent | dc9a8b03aa523f9853e873c7a2da2456ad9d897d (diff) | |
Remove warnings seen on the dashboard
Diffstat (limited to 'libopenjpeg/jp2.c')
| -rw-r--r-- | libopenjpeg/jp2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/jp2.c b/libopenjpeg/jp2.c index 228f5be2..51781204 100644 --- a/libopenjpeg/jp2.c +++ b/libopenjpeg/jp2.c @@ -1155,6 +1155,7 @@ void jp2_setup_encoder(opj_jp2_t *jp2, opj_cparameters_t *parameters, opj_image_ opj_bool opj_jp2_encode(opj_jp2_t *jp2, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t *cstr_info) { int pos_iptr, pos_cidx, pos_jp2c, len_jp2c, len_cidx, end_pos, pos_fidx, len_fidx; + pos_jp2c = pos_iptr = -1; /* remove a warning */ /* JP2 encoding */ |
