Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / system_font_dialog.cc
index df5b8e21b647a531ec2914592f0079876f4c0cdc..6b0a650c7ac426819ad2076122bf16eae1700cb1 100644 (file)
 
 #include "system_font_dialog.h"
 #include "wx_util.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/listctrl.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <iostream>