| Index: third_party/libopenjpeg20/event.h
|
| diff --git a/third_party/libopenjpeg20/event.h b/third_party/libopenjpeg20/event.h
|
| index 88e0395b4f4d98755ebf57c2fe3141cc9b594f4e..fa8604ed0b7dc3bead0a432f1a9720c3028e7c8b 100644
|
| --- a/third_party/libopenjpeg20/event.h
|
| +++ b/third_party/libopenjpeg20/event.h
|
| @@ -95,6 +95,12 @@ OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const c
|
| */
|
| void opj_set_default_event_handler(opj_event_mgr_t * p_manager);
|
|
|
| +/*
|
| +#ifdef __GNUC__
|
| +#pragma GCC poison printf fprintf
|
| +#endif
|
| +*/
|
| +
|
| /*@}*/
|
|
|
| /*@}*/
|
|
|