Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / interop_metadata_dialog.cc
index 61aa2349867426cdb6ba334d53af71bbd7b84e5a..08626c0ed7707d9390c5b14c8770381889e93d16 100644 (file)
 #include "language_tag_widget.h"
 #include "rating_dialog.h"
 #include "lib/film.h"
+#include "lib/warnings.h"
 #include <dcp/types.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/gbsizer.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
+using std::shared_ptr;
 using std::string;
 using std::vector;
 using std::weak_ptr;
-using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif