summaryrefslogtreecommitdiff
path: root/src/lib/text_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 23:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-29 00:10:38 +0100
commite5d0b0d5d57a3995896c03c3208a69aefb01fd61 (patch)
treef1f8db818f26dcf71d615d1e00f80f916aaa6c33 /src/lib/text_content.h
parent7ef258483646f85db00ec1ddd6e3b93a641d7232 (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/text_content.h')
-rw-r--r--src/lib/text_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/text_content.h b/src/lib/text_content.h
index 69a0581fc..bae7cc02e 100644
--- a/src/lib/text_content.h
+++ b/src/lib/text_content.h
@@ -28,7 +28,9 @@
#include <libcxml/cxml.h>
#include <dcp/language_tag.h>
#include <dcp/types.h>
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
namespace dcpomatic {