diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-21 21:35:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:50:39 +0200 |
| commit | d1dc3b2e21092373e0b128c5cc1269e505622150 (patch) | |
| tree | 3323b4fae6e82939aa0badb8950623c732844c52 /src/wx/dcpomatic_spin_ctrl.cc | |
| parent | aa498339c4b45d3026f9ddaf1c6f7dfd15c43d2d (diff) | |
Disable warnings around all wx includes.
Diffstat (limited to 'src/wx/dcpomatic_spin_ctrl.cc')
| -rw-r--r-- | src/wx/dcpomatic_spin_ctrl.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/dcpomatic_spin_ctrl.cc b/src/wx/dcpomatic_spin_ctrl.cc index 9d255f77a..7d3972151 100644 --- a/src/wx/dcpomatic_spin_ctrl.cc +++ b/src/wx/dcpomatic_spin_ctrl.cc @@ -20,9 +20,12 @@ #include "dcpomatic_spin_ctrl.h" +#include "lib/warnings.h" #include <boost/bind/bind.hpp> #include <boost/version.hpp> +DCPOMATIC_DISABLE_WARNINGS #include <wx/wx.h> +DCPOMATIC_ENABLE_WARNINGS #if BOOST_VERSION >= 106100 |
