Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / try_unmount_dialog.cc
index dcec6bb0b644fa351271715727e97743282b7ee2..93ebc624046f401bc5586f448b28ea028556fa60 100644 (file)
 #include "static_text.h"
 #include "try_unmount_dialog.h"
 #include "wx_util.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 static int constexpr width = 300;