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/update_checker.h | |
| parent | 7ef258483646f85db00ec1ddd6e3b93a641d7232 (diff) | |
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/update_checker.h')
| -rw-r--r-- | src/lib/update_checker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/update_checker.h b/src/lib/update_checker.h index f0ea9798c..6d08cd162 100644 --- a/src/lib/update_checker.h +++ b/src/lib/update_checker.h @@ -25,8 +25,11 @@ #include "signaller.h" +#include <dcp/warnings.h> #include <curl/curl.h> +LIBDCP_DISABLE_WARNINGS #include <boost/signals2.hpp> +LIBDCP_ENABLE_WARNINGS #include <boost/thread/mutex.hpp> #include <boost/thread/condition.hpp> #include <boost/thread.hpp> |
