Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: third_party/libopenjpeg20/event.h

Issue 1416783002: Merge to M46: upgrade openjpeg to commit# cf352af (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@2490
Patch Set: Fix pdfium:168 since we are already half way there Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libopenjpeg20/dwt.c ('k') | third_party/libopenjpeg20/function_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+*/
+
/*@}*/
/*@}*/
« no previous file with comments | « third_party/libopenjpeg20/dwt.c ('k') | third_party/libopenjpeg20/function_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698