Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / kdm_output_panel.h
index 37cca30de06af3f5b3bf173b0e1527179cef9e8b..829b26544a679bc8a303b752e21965da7bf180ba 100644 (file)
 */
 
 
-#include "lib/kdm_with_metadata.h"
 #include "wx_util.h"
+#include "lib/kdm_with_metadata.h"
+#include "lib/warnings.h"
 #include <dcp/types.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>