aboutsummaryrefslogtreecommitdiff
path: root/tests/YoloInferenceTest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/YoloInferenceTest.hpp')
-rw-r--r--tests/YoloInferenceTest.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/YoloInferenceTest.hpp b/tests/YoloInferenceTest.hpp
index 16d0355d9d..4190e72365 100644
--- a/tests/YoloInferenceTest.hpp
+++ b/tests/YoloInferenceTest.hpp
@@ -7,6 +7,8 @@
#include "InferenceTest.hpp"
#include "YoloDatabase.hpp"
+#include <armnn/utility/IgnoreUnused.hpp>
+
#include <algorithm>
#include <array>
#include <utility>
@@ -32,7 +34,7 @@ public:
virtual TestCaseResult ProcessResult(const InferenceTestOptions& options) override
{
- boost::ignore_unused(options);
+ armnn::IgnoreUnused(options);
using Boost3dArray = boost::multi_array<float, 3>;