This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter".
ClosedPublic

Authored by STL_MSFT on Jun 21 2016, 5:59 PM.

Details

Summary

Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter".

This is a C1XX bug, tracked by VSO#188582. C1XX has found some good issues, so I would like to ask for this one-line warning suppression to make my life easier.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 61478.Jun 21 2016, 5:59 PM
STL_MSFT retitled this revision from to [libcxx] [test] Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter"..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Jun 21 2016, 6:08 PM
EricWF edited edge metadata.

Fix your compiler though!

This revision is now accepted and ready to land.Jun 21 2016, 6:08 PM
EricWF closed this revision.Jun 21 2016, 6:09 PM

r273350.