diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 23:40:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-29 00:10:38 +0100 |
| commit | e5d0b0d5d57a3995896c03c3208a69aefb01fd61 (patch) | |
| tree | f1f8db818f26dcf71d615d1e00f80f916aaa6c33 /src/lib/text_decoder.h | |
| parent | 7ef258483646f85db00ec1ddd6e3b93a641d7232 (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.h | 2 |
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 { |
