diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 23:40:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-28 21:09:45 +0100 |
| commit | 5d61e81e99bcb84e8649cc73b05a7c183457dd4b (patch) | |
| tree | e4de5e16b956ffac20806ca02ec0d38669ccd3b5 /test | |
| parent | faf48e1dde68698351c2182f60d17c24667c098a (diff) | |
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'test')
| -rw-r--r-- | test/audio_merger_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/audio_merger_test.cc b/test/audio_merger_test.cc index b08d9c9f5..e384266ae 100644 --- a/test/audio_merger_test.cc +++ b/test/audio_merger_test.cc @@ -32,9 +32,12 @@ #include "test.h" #include <dcp/file.h> #include <dcp/raw_convert.h> +#include <dcp/warnings.h> #include <boost/test/unit_test.hpp> #include <boost/bind/bind.hpp> +LIBDCP_DISABLE_WARNINGS #include <boost/signals2.hpp> +LIBDCP_ENABLE_WARNINGS #include <iostream> |
