Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / kdm_dialog.cc
index 71556812264d81ea4029b6810f5d69c1ee942fdd..c7be1862256c3c79ba974a083fbbafdd78d53304 100644 (file)
 #include "lib/job_manager.h"
 #include "lib/kdm_with_metadata.h"
 #include "lib/screen.h"
+#include "lib/warnings.h"
 #include <libcxml/cxml.h>
 #include <dcp/exceptions.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/listctrl.h>
 #include <wx/treectrl.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::exception;