Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / metadata_dialog.cc
index 84b9d2898b30db9a41f542e455400f065d744424..a06a3f7fc42939f5919843fbe579ab02e507114d 100644 (file)
 #include "metadata_dialog.h"
 #include "wx_util.h"
 #include "lib/film.h"
+#include "lib/warnings.h"
 #include <boost/bind.hpp>
 #include <boost/weak_ptr.hpp>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/notebook.h>
 #include <wx/spinctrl.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::weak_ptr;