Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / dkdm_dialog.cc
index e9fd89304bce1dd34d9ef1a0fe94d93b5567a938..5743cd71204bf079cc53fa61f952cf89e37febb3 100644 (file)
 #include "lib/film.h"
 #include "lib/job_manager.h"
 #include "lib/kdm_with_metadata.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
 #include <iostream>