mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
9163e54e6a
zlib still uses K&R-style function declarations. As of clang 15, these are warned about by default, as they've been removed in the latest draft of C2x; this results in thousands(?) of lines of warnings when building zlib in-tree. An issue has been filed at https://github.com/madler/zlib/issues/633, but the author has stated that they are unwilling to change this until C2x has actually been published. For now, just silence those warnings when building zlib. Differential Revision: https://phabricator.services.mozilla.com/D169842 |
||
---|---|---|
.. | ||
brotli | ||
fdlibm | ||
freetype2 | ||
libjar | ||
libmar | ||
libpref | ||
woff2 | ||
xz-embedded | ||
zlib | ||
moz.build |