[PATCH] D19619: [libc++] Remove the names of unreferenced parameters.

Stephan T. Lavavej via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 14:19:02 PDT 2016


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

[libc++] Remove the names of unreferenced parameters.

Fixes MSVC "warning C4100: unreferenced formal parameter".

http://reviews.llvm.org/D19619

Files:
  test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp
  test/std/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp
  test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/custom_alloc.pass.cpp
  test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp
  test/std/input.output/iostream.format/input.streams/istream.unformatted/seekg_off.pass.cpp
  test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetn.pass.cpp
  test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sputbackc.pass.cpp
  test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sungetc.pass.cpp
  test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputc.pass.cpp
  test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn.pass.cpp
  test/std/utilities/function.objects/bind/func.bind/func.bind.bind/PR23141_invoke_not_constexpr.pass.cpp
  test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_function_object.pass.cpp
  test/std/utilities/intseq/intseq.general/integer_seq.pass.cpp
  test/std/utilities/tuple/tuple.tuple/tuple.creation/forward_as_tuple.pass.cpp
  test/support/allocators.h
  test/support/test_allocator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19619.55312.patch
Type: text/x-patch
Size: 10622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160427/70b97d04/attachment.bin>


More information about the cfe-commits mailing list