DescriptionRemove -Wno-ignored-attributes from fusl build
Many |foo64| symbols are implemented as weak aliases to |foo| via the
LFS64 macro. In a few cases, |foo| itself is also a weak alias to
|__foo|. The semantics of this are such that if |foo| itself is
overridden, |foo64| will still resolve to |__foo|. Clang warns about
this as it is potentially confusing. In these cases, we just write the
weak_alias directly.
R=viettrungluu@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/b02a267b65aa63a22315a8497b3bfa61fac57858
Patch Set 1 #
Total comments: 1
Patch Set 2 : rebase #
Messages
Total messages: 6 (1 generated)
|