Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / kdm_dialog.h
index 0c6076fb4c1e7d65802931a054be8cec50c70757..052c07f8130042f807208e504170f363d075903f 100644 (file)
 
 
 #include "wx_util.h"
+#include "lib/warnings.h"
 #include <dcp/types.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <map>