diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-25 16:29:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-25 16:29:17 +0100 |
| commit | 83cc823e87ae700e2da230186bb5baf4f8b0d47e (patch) | |
| tree | 33e952627c5c7dde37654c65127b0bbc1249212c | |
| parent | da098570b42221f4c34a22642ea491ce669a2fca (diff) | |
More warning fixes.
| -rw-r--r-- | src/wx/subtag_list_ctrl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/subtag_list_ctrl.cc b/src/wx/subtag_list_ctrl.cc index 436b9525d..777824441 100644 --- a/src/wx/subtag_list_ctrl.cc +++ b/src/wx/subtag_list_ctrl.cc @@ -21,7 +21,9 @@ #include "subtag_list_ctrl.h" #include "lib/dcpomatic_assert.h" +LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> +LIBDCP_ENABLE_WARNINGS #include <boost/algorithm/string.hpp> |
