diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-25 09:56:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-25 09:56:23 +0100 |
| commit | 18b0726dd65394f824c294796a785086222e6a55 (patch) | |
| tree | 11c7f711e533f7531b9a686682e73ce224e58283 /src | |
| parent | aef453a8e337ccbf574c7c370b3c86b992141619 (diff) | |
Fix more warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/subtag_list_ctrl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/subtag_list_ctrl.h b/src/wx/subtag_list_ctrl.h index 65071b5f5..9e3a77563 100644 --- a/src/wx/subtag_list_ctrl.h +++ b/src/wx/subtag_list_ctrl.h @@ -24,7 +24,10 @@ #include <dcp/language_tag.h> +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/listctrl.h> +LIBDCP_ENABLE_WARNINGS #include <vector> |
