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/atmos_decoder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/atmos_decoder.h') diff --git a/src/lib/atmos_decoder.h b/src/lib/atmos_decoder.h index 0dbeedebc..39824ad2a 100644 --- a/src/lib/atmos_decoder.h +++ b/src/lib/atmos_decoder.h @@ -22,7 +22,10 @@ #include "atmos_metadata.h" #include "content_atmos.h" #include "decoder_part.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS class AtmosDecoder : public DecoderPart -- cgit v1.2.3