Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / content_panel.cc
index db29ed74a1fee6d2bcaf37c9de725b19fc1de5c0..e42413d9dceb83d780e01014529af248873c7eff 100644 (file)
 #include "lib/string_text_file_content.h"
 #include "lib/text_content.h"
 #include "lib/video_content.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/display.h>
 #include <wx/listctrl.h>
 #include <wx/notebook.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>