Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / fonts_dialog.cc
index 43e914cee48d1cd9af56ab6c9f3899b87e30fe12..668d8798b000bb9105cc02ee26ae3cd71c57e3f9 100644 (file)
 #include "lib/content.h"
 #include "lib/font.h"
 #include "lib/text_content.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <memory>