aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.inl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.inl')
-rw-r--r--tests/InferenceTest.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/InferenceTest.inl b/tests/InferenceTest.inl
index fd888e2137..c05e70d9f7 100644
--- a/tests/InferenceTest.inl
+++ b/tests/InferenceTest.inl
@@ -79,6 +79,7 @@ struct ClassifierResultProcessor : public boost::static_visitor<>
void operator()(const std::vector<int>& values)
{
+ boost::ignore_unused(values);
BOOST_ASSERT_MSG(false, "Non-float predictions output not supported.");
}