From 6981889b0ab9618defa81d7a59f87aada05adc5e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 10 Dec 2012 08:52:34 +0200 Subject: WaE: unused parameter Change-Id: Idd9e548ac4258332d741bd7bb1d39d521d8e5c7a --- boost/boost_1_44_0-clang-warnings.patch | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'boost') diff --git a/boost/boost_1_44_0-clang-warnings.patch b/boost/boost_1_44_0-clang-warnings.patch index f48910e91074..cf7603adb0a1 100644 --- a/boost/boost_1_44_0-clang-warnings.patch +++ b/boost/boost_1_44_0-clang-warnings.patch @@ -97,4 +97,14 @@ } } - +--- misc/boost_1_44_0/boost/random/discard_block.hpp ++++ misc/build/boost_1_44_0/boost/random/discard_block.hpp +@@ -76,7 +76,7 @@ + + result_type min BOOST_PREVENT_MACRO_SUBSTITUTION () const { return (_rng.min)(); } + result_type max BOOST_PREVENT_MACRO_SUBSTITUTION () const { return (_rng.max)(); } +- static bool validation(result_type x) { return true; } // dummy ++ static bool validation(result_type) { return true; } // dummy + + #ifndef BOOST_NO_OPERATORS_IN_NAMESPACE + -- cgit