This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
ClosedPublic

Authored by STL_MSFT on Nov 22 2016, 4:46 PM.

Details

Summary

[libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.

Change unsigned to int in parameters.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 78982.Nov 22 2016, 4:46 PM
STL_MSFT retitled this revision from to [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Nov 22 2016, 10:44 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Nov 22 2016, 10:44 PM
STL_MSFT closed this revision.Nov 23 2016, 2:16 PM

Thanks, r287823.