Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Issue 1579273002: Remove -Wno-ignored-attributes from fusl build (Closed)

Created:
4 years, 11 months ago by kulakowski
Modified:
4 years, 11 months ago
Reviewers:
viettrungluu
CC:
mojo-reviews_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Remove -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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -7 lines) Patch
M fusl/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
M fusl/src/dirent/__getdents.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/mman/mmap.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/stat/statvfs.c View 1 chunk +2 lines, -2 lines 0 comments Download
M fusl/src/stdio/fseek.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/stdio/ftell.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
kulakowski
Ditto re openness to alternatives. I don't think the LFS64 macro was buying much, but ...
4 years, 11 months ago (2016-01-12 20:47:03 UTC) #1
viettrungluu
LGTM, though I think we should get rid of the LFS64 macro entirely (you don't ...
4 years, 11 months ago (2016-01-12 23:15:26 UTC) #2
kulakowski
On 2016/01/12 23:15:26, viettrungluu wrote: > LGTM, though I think we should get rid of ...
4 years, 11 months ago (2016-01-13 00:35:57 UTC) #3
kulakowski
On 2016/01/13 00:35:57, kulakowski wrote: > On 2016/01/12 23:15:26, viettrungluu wrote: > > LGTM, though ...
4 years, 11 months ago (2016-01-13 00:49:01 UTC) #4
kulakowski
4 years, 11 months ago (2016-01-13 16:45:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b02a267b65aa63a22315a8497b3bfa61fac57858 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698