This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Disable -Wattributes in GCC
ClosedPublic

Authored by philnik on Feb 7 2022, 7:10 AM.

Details

Reviewers
ldionne
Quuxplusone
Group Reviewers
Restricted Project
Commits
rG0e7d7fe9122c: [libc++] Disable -Wattributes in GCC
Summary

Currently GCC produces lots of warnings. Most of them are -Wattributes, but these warnings are completly ignored by everybody. So let's disable -Wattributes and make the output cleaner.

Diff Detail

Event Timeline

philnik created this revision.Feb 7 2022, 7:10 AM
philnik requested review of this revision.Feb 7 2022, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 7:10 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Feb 7 2022, 8:22 AM
This revision is now accepted and ready to land.Feb 7 2022, 8:22 AM
This revision was automatically updated to reflect the committed changes.