Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / timeline_reels_view.cc
index 588ae781902ae7f851857e540c43bd18c68f2911..22aa998dc96032e34de471b1661877f500dce9b7 100644 (file)
 
 #include "timeline.h"
 #include "timeline_reels_view.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/graphics.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::min;