summaryrefslogtreecommitdiff
path: root/src/lib/text_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 23:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-30 00:43:09 +0100
commit34f2df9a8e75827aa244afd21c143a5c4bf3e591 (patch)
treec85ea5f297a561aba0f4c23a96eec761467f93dd /src/lib/text_decoder.h
parent8152da405ff8b29b8420b0469f3a6d0e813a1b7d (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/text_decoder.h')
-rw-r--r--src/lib/text_decoder.h2
1 files changed, 2 insertions, 0 deletions
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 <dcp/subtitle_standard.h>
#include <dcp/text_string.h>
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
namespace sub {