Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / dcp_panel.cc
index 1e626bf183b598957883646fd9ae2cea4287dbb5..914068b113321bac45cee520310fd3cd703d0ccf 100644 (file)
 #include "lib/text_content.h"
 #include "lib/util.h"
 #include "lib/video_content.h"
+#include "lib/warnings.h"
 #include <dcp/locale_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/gbsizer.h>
 #include <wx/notebook.h>
 #include <wx/spinctrl.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/lexical_cast.hpp>