Fix a warning on MacOSX

This commit is contained in:
Mathieu Malaterre 2011-12-16 10:44:53 +00:00
parent 594148ae83
commit 4bcd3a1e42
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ int write_ppixfaix( int coff, int compno, opj_codestream_info_t cstr_info, opj_b
opj_packet_info_t packet;
int resno, precno, layno, num_packet;
int numOfres, numOfprec, numOflayers;
packet.end_ph_pos = packet.start_pos = -1;
packet.end_pos = packet.end_ph_pos = packet.start_pos = -1;
(void)EPHused; /* unused ? */
if( j2klen > pow( 2, 32)){