summaryrefslogtreecommitdiff
path: root/src/lib/font.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 23:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-28 21:09:45 +0100
commit5d61e81e99bcb84e8649cc73b05a7c183457dd4b (patch)
treee4de5e16b956ffac20806ca02ec0d38669ccd3b5 /src/lib/font.h
parentfaf48e1dde68698351c2182f60d17c24667c098a (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/font.h')
-rw-r--r--src/lib/font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index 669504579..55e3f33b7 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -24,9 +24,12 @@
#include <dcp/array_data.h>
+#include <dcp/warnings.h>
#include <libcxml/cxml.h>
#include <boost/optional.hpp>
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
#include <string>