Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / full_language_tag_dialog.cc
index df9a565b4d89c60a74b843fa644a81b5ca75ef93..19e52ff140eb813f758fb6bfbdc52be1e52c3adc 100644 (file)
 
 #include "full_language_tag_dialog.h"
 #include "lib/dcpomatic_assert.h"
+#include "lib/warnings.h"
 #include <dcp/language_tag.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/listctrl.h>
 #include <wx/srchctrl.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/algorithm/string.hpp>
 #include <boost/bind/bind.hpp>
 #include <boost/optional.hpp>