diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 23:40:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-30 00:43:09 +0100 |
| commit | 34f2df9a8e75827aa244afd21c143a5c4bf3e591 (patch) | |
| tree | c85ea5f297a561aba0f4c23a96eec761467f93dd /src/lib/atmos_decoder.h | |
| parent | 8152da405ff8b29b8420b0469f3a6d0e813a1b7d (diff) | |
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/atmos_decoder.h')
| -rw-r--r-- | src/lib/atmos_decoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/atmos_decoder.h b/src/lib/atmos_decoder.h index 0dbeedebc..39824ad2a 100644 --- a/src/lib/atmos_decoder.h +++ b/src/lib/atmos_decoder.h @@ -22,7 +22,10 @@ #include "atmos_metadata.h" #include "content_atmos.h" #include "decoder_part.h" +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <boost/signals2.hpp> +LIBDCP_ENABLE_WARNINGS class AtmosDecoder : public DecoderPart |
