diff options
| author | Freeimage <freeimage@aliceadsl.fr> | 2006-01-26 20:02:04 +0000 |
|---|---|---|
| committer | Freeimage <freeimage@aliceadsl.fr> | 2006-01-26 20:02:04 +0000 |
| commit | 8a662fa4b1dc489a8d6d5fe687499f25f856ba67 (patch) | |
| tree | 52da800230f0ad989574402e9c1ce146c08b3824 /libopenjpeg/pi.c | |
| parent | 7546f19b51511ceae65e5b81448d89f18aa2dd75 (diff) | |
fixed various minor warnings occuring under gcc, added corrections proposed in the forum
Diffstat (limited to 'libopenjpeg/pi.c')
| -rw-r--r-- | libopenjpeg/pi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/pi.c b/libopenjpeg/pi.c index 1ac811e4..c13ff472 100644 --- a/libopenjpeg/pi.c +++ b/libopenjpeg/pi.c @@ -545,6 +545,8 @@ bool pi_next(opj_pi_iterator_t * pi) { return pi_next_pcrl(pi); case CPRL: return pi_next_cprl(pi); + case PROG_UNKNOWN: + return false; } return false; |
