mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-15 01:57:58 +08:00
50aa576622
https://logs.chromium.org/logs/crashpad/buildbucket/cr-buildbucket.appspot.com/8903960674082840512/+/steps/compile_with_ninja/0/stdout I don't understand how this lingered for so long as I can't see what changed. mini_chromium has had -Wimplicit-fallthough enabled for a long time (https://chromium-review.googlesource.com/899847), and zlib DEPS hasn't changed in a long time either (https://chromium-review.googlesource.com/438585). The most likely would presumably be that the compiler started not-ignoring the enabling of the warning? But that doesn't seem too likely either. Bug: crashpad:309 Change-Id: I57480cc3f669ef94d0234afaf980281b7ddf8c51 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1772205 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Name: zlib
Short Name: zlib
URL: https://zlib.net/
Revision: See zlib/README.chromium
License: zlib
License File: zlib/LICENSE
Security Critical: yes
Description:
“A massively spiffy yet delicately unobtrusive compression library.”
zlib is a free, general-purpose, legally unencumbered lossless data-compression
library. zlib implements the “deflate” compression algorithm described by RFC
1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
Local Modifications:
See zlib/README.chromium.