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

WaE: unused parameter 't'

Change-Id: I5bfb2e2c44e11a03278a4a127396dcb2861c63b8
üst b2a50c70
--- foo/foo/foo/boost/math/special_functions/fpclassify.hpp
+++ foo/foo/foo/boost/math/special_functions/fpclassify.hpp
@@ -100,6 +100,7 @@
#ifdef isnan
return isnan(t);
#elif defined(BOOST_MATH_DISABLE_STD_FPCLASSIFY) || !defined(BOOST_HAS_FPCLASSIFY)
+ (void) t;
return false;
#else // BOOST_HAS_FPCLASSIFY
return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN);
--- foo/foo/foo/boost/unordered/detail/table.hpp --- foo/foo/foo/boost/unordered/detail/table.hpp
+++ foo/foo/foo/boost/unordered/detail/table.hpp +++ foo/foo/foo/boost/unordered/detail/table.hpp
@@ -458,6 +458,7 @@ @@ -458,6 +458,7 @@
...@@ -8,4 +18,3 @@ ...@@ -8,4 +18,3 @@
BOOST_ASSERT(node_alloc() == other.node_alloc()); BOOST_ASSERT(node_alloc() == other.node_alloc());
} }
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