Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / smpte_metadata_dialog.cc
index 979afde8d607c95d47681cbd01c48ef9d06cbac1..0f8929cb1d5c09a125853a7692969190438df432 100644 (file)
 #include "rating_dialog.h"
 #include "smpte_metadata_dialog.h"
 #include "lib/film.h"
+#include "lib/warnings.h"
 #include <dcp/types.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/gbsizer.h>
 #include <wx/spinctrl.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::shared_ptr;