This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Silence another occurrence of MSVC's spurious unused warning.
ClosedPublic

Authored by STL_MSFT on Jul 26 2016, 9:18 AM.

Details

Summary

Silence another occurrence of MSVC's spurious unused warning.

Again, I'm sorry about this one (VSO#188582 tracks the need to fix the compiler), but this targeted suppression helps us run libcxx's tests.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 65542.Jul 26 2016, 9:18 AM
STL_MSFT retitled this revision from to [libcxx] [test] Silence another occurrence of MSVC's spurious unused warning..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.

Do we have a way to keep track of this change so we can remove it when MSVC gets fixed?

EricWF accepted this revision.Aug 2 2016, 10:53 PM
EricWF edited edge metadata.

Do we have a way to keep track of this change so we can remove it when MSVC gets fixed?

No, but I'm not concerned about a void cast in the test suite.

This revision is now accepted and ready to land.Aug 2 2016, 10:53 PM
EricWF closed this revision.Aug 2 2016, 10:54 PM

r277572.