Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / language_tag_widget.cc
index f0766c9d659832102265ba6d8f57c7d4156d26c1..3df2b6914a7963e5ccded2e21a2adb7fc93f8eed 100644 (file)
 #include "language_tag_dialog.h"
 #include "language_tag_widget.h"
 #include "wx_util.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using boost::optional;