Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / content_view.cc
index 7a20cc3445f121f265f6de61a87e167767de5e59..a020f81486f458fbad053f1b541727555cb997c4 100644 (file)
 #include "lib/dcpomatic_assert.h"
 #include "lib/examine_content_job.h"
 #include "lib/job_manager.h"
+#include "lib/warnings.h"
 #include <dcp/exceptions.h>
 #include <boost/filesystem.hpp>
 #include <boost/optional.hpp>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/progdlg.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::cout;