Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / job_view.cc
index fe42f4be36f6f6f911c8b01a558c2d228f111622..d4243cfb1128478ebb2a8f4e8c190bb2fbd43c00 100644 (file)
 #include "lib/job_manager.h"
 #include "lib/send_notification_email_job.h"
 #include "lib/transcode_job.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/algorithm/string.hpp>