summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-30 00:49:50 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-30 00:49:50 +0100
commit2e9e587a3a4f9a57969d0d6ed80d6bd5c5b0ccc7 (patch)
tree886a8f00e37ca405a7fcda48b0ab4f0957cc5051
parentbda92d90d422f812bd9a6806baed6baa9e6cdc6e (diff)
Hide some wx warnings.v2.15.110
-rw-r--r--src/wx/verify_dcp_progress_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/verify_dcp_progress_dialog.h b/src/wx/verify_dcp_progress_dialog.h
index ed0c69055..5545b3a09 100644
--- a/src/wx/verify_dcp_progress_dialog.h
+++ b/src/wx/verify_dcp_progress_dialog.h
@@ -19,7 +19,9 @@
*/
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
#include <boost/shared_ptr.hpp>