summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 23:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit10db62f65c5c8c8c2b667afd454fc472241a25b1 (patch)
tree231d3b6c7d58ce8b3ea925c4fb135ed114ad587b /src/lib/config.h
parent29d74152f0e5983e7e01d8b88512149eabda7b5b (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index abe97d2d4..f5e1e3788 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -37,7 +37,10 @@
#include <dcp/certificate_chain.h>
#include <dcp/encrypted_kdm.h>
#include <dcp/language_tag.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
#include <vector>