diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-25 00:43:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-25 00:43:28 +0100 |
| commit | aef453a8e337ccbf574c7c370b3c86b992141619 (patch) | |
| tree | c5cc9a66aa6e6e541e9a18641eb6e26221527de0 /src | |
| parent | 6a550d9534c24be0f798dc4d752630549137c540 (diff) | |
Fix warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/language_subtag_panel.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/language_subtag_panel.cc b/src/wx/language_subtag_panel.cc index b5cff8051..6d35da04e 100644 --- a/src/wx/language_subtag_panel.cc +++ b/src/wx/language_subtag_panel.cc @@ -20,8 +20,11 @@ #include "language_subtag_panel.h" +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/srchctrl.h> #include <wx/wx.h> +LIBDCP_ENABLE_WARNINGS using std::string; |
