Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / player_config_dialog.cc
index 947afa500dcb9ed529c14f7cba11d687ac815de4..8cedd12e5fe84af5a7590921c5e262437702dd00 100644 (file)
 #include "lib/log.h"
 #include "lib/ratio.h"
 #include "lib/util.h"
+#include "lib/warnings.h"
 #include <dcp/certificate_chain.h>
 #include <dcp/exceptions.h>
 #include <dcp/locale_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/filepicker.h>
 #include <wx/preferences.h>
 #include <wx/spinctrl.h>
 #include <wx/stdpaths.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <RtAudio.h>
 #include <boost/filesystem.hpp>