Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / content_sub_panel.cc
index d170d6edd514342d4c64674fb7f7455fa20036e7..0c775287ac69ab2ec5cd8e9b03c6033a4866ccfe 100644 (file)
 #include "lib/dcp_content.h"
 #include "lib/compose.hpp"
 #include "lib/log.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/notebook.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::list;