Kaydet (Commit) 6981889b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter

Change-Id: Idd9e548ac4258332d741bd7bb1d39d521d8e5c7a
üst 56ec8f4e
...@@ -97,4 +97,14 @@ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment