Hide some more warnings.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2022 08:31:10 +0000 (10:31 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2022 08:31:10 +0000 (10:31 +0200)
src/wx/markers_panel.cc
src/wx/markers_panel.h

index 1219da3f525e83862a7e9065b64f7448c67aba61..aa6d8d4495080124890735050bbb45134b875bd2 100644 (file)
 #include "markers.h"
 #include "markers_panel.h"
 #include "wx_util.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/graphics.h>
 #include <wx/tipwin.h>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/bind/bind.hpp>
 #include <boost/version.hpp>
 
index b88efa9a0af0a277cf5c66ce6e376f85a6cc2f6e..23cc860c1dbcc74bb6e7144b8e8ecdb9c731a15c 100644 (file)
 
 #include "lib/dcpomatic_time.h"
 #include "lib/film.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <map>