From 8bf196790579f52346b53b1b285fc1cfbad106d0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 29 Apr 2022 10:29:23 +0200 Subject: [PATCH] Hide some warnings. --- src/wx/markers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/markers.h b/src/wx/markers.h index 04c6488b1..fb2b2f1fa 100644 --- a/src/wx/markers.h +++ b/src/wx/markers.h @@ -20,7 +20,10 @@ #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include #include -- 2.30.2