diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-30 00:49:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-30 00:49:50 +0100 |
| commit | 2e9e587a3a4f9a57969d0d6ed80d6bd5c5b0ccc7 (patch) | |
| tree | 886a8f00e37ca405a7fcda48b0ab4f0957cc5051 /src/wx/verify_dcp_progress_dialog.h | |
| parent | bda92d90d422f812bd9a6806baed6baa9e6cdc6e (diff) | |
Hide some wx warnings.v2.15.110
Diffstat (limited to 'src/wx/verify_dcp_progress_dialog.h')
| -rw-r--r-- | src/wx/verify_dcp_progress_dialog.h | 2 |
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> |
