diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-29 10:31:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 10:31:10 +0200 |
| commit | 73354a46617d95f2f8ab94b9a3ced97a67a60439 (patch) | |
| tree | 2f143908cdc384ad5382ea5596602787a7b01bd0 | |
| parent | 8bf196790579f52346b53b1b285fc1cfbad106d0 (diff) | |
Hide some more warnings.
| -rw-r--r-- | src/wx/markers_panel.cc | 3 | ||||
| -rw-r--r-- | src/wx/markers_panel.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/markers_panel.cc b/src/wx/markers_panel.cc index 1219da3f5..aa6d8d449 100644 --- a/src/wx/markers_panel.cc +++ b/src/wx/markers_panel.cc @@ -23,8 +23,11 @@ #include "markers.h" #include "markers_panel.h" #include "wx_util.h" +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/graphics.h> #include <wx/tipwin.h> +LIBDCP_ENABLE_WARNINGS #include <boost/bind/bind.hpp> #include <boost/version.hpp> diff --git a/src/wx/markers_panel.h b/src/wx/markers_panel.h index b88efa9a0..23cc860c1 100644 --- a/src/wx/markers_panel.h +++ b/src/wx/markers_panel.h @@ -21,7 +21,10 @@ #include "lib/dcpomatic_time.h" #include "lib/film.h" +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> +LIBDCP_ENABLE_WARNINGS #include <map> |
