contrib: breakpad: Fix build with newest Xcode
The latest Xcode 14 / macOS 13 SDK declares quite a bunch of c calls as deprecated for security reasons, like sprintf, which makes compilation failing. Disable "-Werror" for Breakpad builds, to downgrade those errors to warnings. fixes #26859
parent
4cca6109
No related branches found
No related tags found
-
mentioned in merge request !3264 (merged)
-
mentioned in commit 95685500
Please register or sign in to comment