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/text_decoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/text_decoder.h') diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index 8afe9fae4..c21921e24 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -30,7 +30,9 @@ #include "types.h" #include #include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS namespace sub { -- cgit v1.2.3