From fd838227411f3ce1fa348f1d334266231bbcc84d Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 23 Dec 2016 23:37:52 +0000 Subject: Fix unused parameters and variables llvm-svn: 290459 --- libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp') diff --git a/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp b/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp index 3eb7b7df3a4..cd03d99ebf1 100644 --- a/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp +++ b/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp @@ -43,7 +43,7 @@ constexpr bool test0(Input1 in1, Input2 in2, Output out) template -constexpr bool do_test(int dummy = 0) +constexpr bool do_test(int = 0) { using S1 = typename std::make_signed::type; using S2 = typename std::make_signed::type; -- cgit v1.2.3