diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 23:40:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-25 12:54:49 +0200 |
| commit | fcab91df0aa389ca9438bd0a2c6f8fbd878d9cb2 (patch) | |
| tree | d69c2f8fa3f1f98523794f346be7330b807ce037 /src/lib/analytics.h | |
| parent | cdbd8d6d5396801755a1655c40b18ee14353f1ce (diff) | |
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/lib/analytics.h')
| -rw-r--r-- | src/lib/analytics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/analytics.h b/src/lib/analytics.h index bc6f8a9a7..49746da98 100644 --- a/src/lib/analytics.h +++ b/src/lib/analytics.h @@ -21,7 +21,10 @@ #include "signaller.h" #include "state.h" +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <boost/signals2.hpp> +LIBDCP_ENABLE_WARNINGS class Analytics : public State, public Signaller |
