diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-29 14:54:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 14:54:38 +0200 |
| commit | 33ff80ace900f2b91e5e823cfaec70a0f5d367a4 (patch) | |
| tree | f2a022dc1557ef96c4514ee9b0e08d44039e5f5f /src | |
| parent | 54ca1dbbea600c3afe3a3513bf81804616df80db (diff) | |
Hide some warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/verify_dcp_progress_panel.h | 3 |
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> |
