Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / verify_dcp_progress_dialog.cc
index 030a9810de043b06686ba9105b8c5647d222eaf1..320510c600adf89a0272e35184088822807673bb 100644 (file)
 #include "lib/cross.h"
 #include "lib/job.h"
 #include "lib/job_manager.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/evtloop.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <string>
 
 
 using std::string;
-using boost::optional;
 using std::shared_ptr;
+using boost::optional;
 
 
 static int const max_file_name_length = 80;