This is an archive of the discontinued LLVM Phabricator instance.

win: Pass /W4 in front of all the -wd flags.
ClosedPublic

Authored by thakis on Dec 22 2015, 5:46 PM.

Details

Reviewers
rnk
Summary

This should fix many many -Wunused-parameter warnings in self-host builds on Windows after r255382.

Diff Detail

Event Timeline

thakis updated this revision to Diff 43495.Dec 22 2015, 5:46 PM
thakis retitled this revision from to win: Pass /W4 in front of all the -wd flags..
thakis updated this object.
thakis added a reviewer: rnk.
thakis added a subscriber: llvm-commits.
thakis updated this revision to Diff 43496.Dec 22 2015, 5:51 PM

more direct

V2 of this seems simple enough to land it for post-commit review. Landed this in 256315.

rnk accepted this revision.Dec 23 2015, 12:34 PM
rnk edited edge metadata.

Yep, lgtm.

This revision is now accepted and ready to land.Dec 23 2015, 12:34 PM
thakis closed this revision.Dec 26 2015, 9:37 AM