aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.inl
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-12-10 21:20:10 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2019-12-30 15:03:02 +0000
commiteb1fce0f5b13b479b13a9d265ebdc8792676b163 (patch)
tree450dcfe789f230218d3f8f334a8248e81b4d82fc /tests/InferenceTest.inl
parent12575ec6e9a936292ee1915b078b0bf0015c4438 (diff)
downloadarmnn-eb1fce0f5b13b479b13a9d265ebdc8792676b163.tar.gz
IVGCVSW-4246 Clean build end-to-end tests with -Wextra
Change-Id: Ia25f919e45a210e1e2d5d50b0c9098bf01d88013 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
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.");
}