зеркало из https://github.com/mozilla/gecko-dev.git
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 |
||
---|---|---|
.. | ||
src | ||
moz.build |