diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-22 14:52:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-22 21:15:16 +0200 |
| commit | 05b92f0ff44d9a758de8bbb555dde83351b9133c (patch) | |
| tree | 546a7969cd43fc136691c659f1eb6b68eb74beeb /src/wx/certificate_chain_editor.h | |
| parent | a28fba01a3c2c508c021c1383db15a4c98c18315 (diff) | |
Hide some more wxWidgets warnings.
Diffstat (limited to 'src/wx/certificate_chain_editor.h')
| -rw-r--r-- | src/wx/certificate_chain_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/certificate_chain_editor.h b/src/wx/certificate_chain_editor.h index 56750ee29..c68b1bf3b 100644 --- a/src/wx/certificate_chain_editor.h +++ b/src/wx/certificate_chain_editor.h @@ -19,7 +19,10 @@ */ +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> +LIBDCP_ENABLE_WARNINGS #include <memory> |
