summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-29 14:54:38 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-29 14:54:38 +0200
commit33ff80ace900f2b91e5e823cfaec70a0f5d367a4 (patch)
treef2a022dc1557ef96c4514ee9b0e08d44039e5f5f /src
parent54ca1dbbea600c3afe3a3513bf81804616df80db (diff)
Hide some warnings.
Diffstat (limited to 'src')
-rw-r--r--src/wx/verify_dcp_progress_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/verify_dcp_progress_panel.h b/src/wx/verify_dcp_progress_panel.h
index e39713d37..3fde50827 100644
--- a/src/wx/verify_dcp_progress_panel.h
+++ b/src/wx/verify_dcp_progress_panel.h
@@ -19,7 +19,10 @@
*/
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
#include <memory>