summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 23:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-30 00:43:09 +0100
commit34f2df9a8e75827aa244afd21c143a5c4bf3e591 (patch)
treec85ea5f297a561aba0f4c23a96eec761467f93dd /test
parent8152da405ff8b29b8420b0469f3a6d0e813a1b7d (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'test')
-rw-r--r--test/audio_merger_test.cc3
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>