summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/event.h
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-07-30 23:26:31 +0200
committermayeut <mayeut@users.noreply.github.com>2015-07-30 23:26:31 +0200
commit0df90afdf743c85fe943041f5716ca072b4678d1 (patch)
treed5266de25db98be3894abbfb7a6a00656166f3b4 /src/lib/openjp2/event.h
parent75a33de3bceb5a83888526911e48aed88bed1dbf (diff)
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
Update uclouvain/openjpeg#246
Diffstat (limited to 'src/lib/openjp2/event.h')
-rw-r--r--src/lib/openjp2/event.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/openjp2/event.h b/src/lib/openjp2/event.h
index 88e0395b..fa8604ed 100644
--- a/src/lib/openjp2/event.h
+++ b/src/lib/openjp2/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
+*/
+
/*@}*/
/*@}*/