Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / dcpomatic_spin_ctrl.cc
index 9d255f77a868b6815a5f6c42fed9b16570bfa705..7d39721514f14ee8486faf62a9aa37edbca74ebe 100644 (file)
 
 
 #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