From ba25aeecc1c9728eeb6246d686be3cce2df3a0e0 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 10 Dec 2019 22:20:54 +0000 Subject: IVGCVSW-4246 Enable -Wextra by default !referencetests:218340 Change-Id: If24a604310d0363b1f09b406e4d53ebfeb106aad Signed-off-by: Derek Lamberti --- tests/DeepSpeechV1InferenceTest.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/DeepSpeechV1InferenceTest.hpp b/tests/DeepSpeechV1InferenceTest.hpp index c46fa5799f..ac28bbbcd4 100644 --- a/tests/DeepSpeechV1InferenceTest.hpp +++ b/tests/DeepSpeechV1InferenceTest.hpp @@ -8,6 +8,7 @@ #include "DeepSpeechV1Database.hpp" #include +#include #include #include @@ -36,6 +37,7 @@ public: TestCaseResult ProcessResult(const InferenceTestOptions& options) override { + boost::ignore_unused(options); const std::vector& output1 = boost::get>(this->GetOutputs()[0]); // logits BOOST_ASSERT(output1.size() == k_OutputSize1); -- cgit v1.2.1