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

Stephan T. Lavavej via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 16:46:55 PST 2016


STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.

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

Change unsigned to int in parameters.


https://reviews.llvm.org/D27015

Files:
  test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp
  test/std/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp
  test/std/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
  test/std/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.nth.element/nth_element.pass.cpp
  test/std/algorithms/alg.sorting/alg.nth.element/nth_element_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp
  test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.pass.cpp
  test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp
  test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
  test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27015.78982.patch
Type: text/x-patch
Size: 11109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161123/ee1c88b4/attachment.bin>


More information about the cfe-commits mailing list