Overrides libjpeg's stupid error/warning handlers. =P void ExitErrorHandle (struct jpeg_common_struct *JpegInfo)
| 154 | // Overrides libjpeg's stupid error/warning handlers. =P |
| 155 | //void ExitErrorHandle (struct jpeg_common_struct *JpegInfo) |
| 156 | void ExitErrorHandle(j_common_ptr cinfo) |
| 157 | { |
| 158 | ilSetError(IL_LIB_JPEG_ERROR); |
| 159 | jpgErrorOccured = IL_TRUE; |
| 160 | return; |
| 161 | } |
| 162 | void OutputMsg(struct jpeg_common_struct *JpegInfo) |
| 163 | { |
| 164 | return; |
nothing calls this directly
no test coverage detected