зеркало из https://github.com/mozilla/gecko-dev.git
f11ae60d32
The MOZ_MUST_USE macro is defined as clang's and gcc's nonstandard __attribute__((warn_unused_result)). Now that we compile as C++17 by default (bug 1560664), we can replace MOZ_MUST_USE with C++17's standard [[nodiscard]] attribute. Differential Revision: https://phabricator.services.mozilla.com/D89237 |
||
---|---|---|
.. | ||
BlobURL.cpp | ||
BlobURL.h | ||
BlobURLChannel.cpp | ||
BlobURLChannel.h | ||
BlobURLInputStream.cpp | ||
BlobURLInputStream.h | ||
BlobURLProtocolHandler.cpp | ||
BlobURLProtocolHandler.h | ||
FontTableURIProtocolHandler.cpp | ||
FontTableURIProtocolHandler.h | ||
components.conf | ||
moz.build |