diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-18 17:14:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-18 17:14:55 +0100 |
| commit | b0a1da35fe27761e6c9580d1205536d9280de933 (patch) | |
| tree | 65161f1af05162bb3060efe72247e491c9ad99d0 /src/lib/log.h | |
| parent | 8ff143858a0f439daddc0b8f2ccb1b633b61a3a2 (diff) | |
Fix build problems with warnings generated by newer macOS build environments.
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index 142e46223..c6685bda1 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -30,9 +30,12 @@ #include "log_entry.h" #include <dcp/types.h> +#include <dcp/warnings.h> #include <boost/thread/mutex.hpp> #include <boost/filesystem.hpp> +LIBDCP_DISABLE_WARNINGS #include <boost/signals2.hpp> +LIBDCP_ENABLE_WARNINGS #include <string> |
