Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / content_menu.h
index 240a9e64f9be2c18da7daa99fe6135f6e83f735f..dceb0effe833a4286ae05cf5b2c354716d0e5829 100644 (file)
 
 #include "timeline_content_view.h"
 #include "lib/types.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <memory>