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

WaE: unused variable

Change-Id: I9252b78cc5ba3bdd2589b19f12a9e4dfb13bed2f
üst 60c8198f
...@@ -8,6 +8,16 @@ ...@@ -8,6 +8,16 @@
return false; return false;
#else // BOOST_HAS_FPCLASSIFY #else // BOOST_HAS_FPCLASSIFY
return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN); return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN);
--- foo/foo/foo/boost/multi_array/base.hpp
+++ foo/foo/foo/boost/multi_array/base.hpp
@@ -501,6 +501,7 @@
// the "far side" of the range (the top if stride is positive, the bottom
// if stride is negative).
index bound_adjustment = stride < 0 ? 1 : 0;
+ (void) bound_adjustment;
BOOST_ASSERT(((index_bases[n] - bound_adjustment) <= finish) &&
(finish <= (index_bases[n] + index(extents[n]) - bound_adjustment)));
#endif // BOOST_DISABLE_ASSERTS
--- 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 @@
......
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