Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / content_widget.h
index 62561192d6ebf7e27fb3b6a8ab98d2034b2a868c..23b409a97287d61b7768500335e7583e93f0836b 100644 (file)
 
 #include "wx_util.h"
 #include "lib/content.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/gbsizer.h>
 #include <wx/spinctrl.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <vector>