diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-29 10:29:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 10:29:23 +0200 |
| commit | 8bf196790579f52346b53b1b285fc1cfbad106d0 (patch) | |
| tree | 7ed2a1f41d75167affea14293a36504930ea047b /src | |
| parent | 04f8ba59d17e726570b4c1f361f10c7548fbe5c2 (diff) | |
Hide some warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/markers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/markers.h b/src/wx/markers.h index 04c6488b1..fb2b2f1fa 100644 --- a/src/wx/markers.h +++ b/src/wx/markers.h @@ -20,7 +20,10 @@ #include <dcp/types.h> +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> +LIBDCP_ENABLE_WARNINGS #include <utility> #include <vector> |
