summaryrefslogtreecommitdiff
path: root/src/lib/encode_server_finder.h
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 /src/lib/encode_server_finder.h
parent8152da405ff8b29b8420b0469f3a6d0e813a1b7d (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/encode_server_finder.h')
-rw-r--r--src/lib/encode_server_finder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/encode_server_finder.h b/src/lib/encode_server_finder.h
index 722786b77..89b6fe8d6 100644
--- a/src/lib/encode_server_finder.h
+++ b/src/lib/encode_server_finder.h
@@ -28,7 +28,9 @@
#include "encode_server_description.h"
#include "exception_store.h"
#include "signaller.h"
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
#include <boost/thread/condition.hpp>