diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-27 23:47:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-27 23:47:47 +0200 |
| commit | f3e5bba0d86dcc43bdeb0d132c7cdf85b55941a9 (patch) | |
| tree | 5369fa0d4836d234bafbfebd97d09e9d5f4748cf | |
| parent | e255351ea6ed4ab18ecca3d77262a494e9d65b87 (diff) | |
Disable some more warnings.
| -rw-r--r-- | src/wx/language_tag_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/language_tag_dialog.h b/src/wx/language_tag_dialog.h index 3fc5251b8..1199e2d53 100644 --- a/src/wx/language_tag_dialog.h +++ b/src/wx/language_tag_dialog.h @@ -19,8 +19,11 @@ */ +#include "lib/warnings.h" #include <dcp/language_tag.h> +DCPOMATIC_DISABLE_WARNINGS #include <wx/wx.h> +DCPOMATIC_ENABLE_WARNINGS class wxListCtrl; |
