From fcab91df0aa389ca9438bd0a2c6f8fbd878d9cb2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Nov 2025 23:40:22 +0100 Subject: Ignore new warnings from signals2.hpp. I think I smell progress! --- src/lib/video_decoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index b609404c4..da9d4efeb 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -32,7 +32,9 @@ #include "decoder.h" #include "decoder_part.h" #include "video_content.h" +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS class VideoContent; -- cgit v1.2.3