lightning
lightning copied to clipboard
Fix macOS 26 SDK compiler errors
Fixes #8750
macOS 26 SDK introduces stricter compiler warnings that are treated as errors. This PR fixes the deprecation warnings on vsprintf and uninitialised variable warnings.
Changelog-None