aboutsummaryrefslogtreecommitdiff
path: root/tests/NetworkExecutionUtils
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/NetworkExecutionUtils
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/NetworkExecutionUtils')
-rw-r--r--tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp
index 279bf30e83..f9e9b146d4 100644
--- a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp
+++ b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp
@@ -732,6 +732,7 @@ int RunCsvTest(const armnnUtils::CsvRow &csvRow, const std::shared_ptr<armnn::IR
const bool enableProfiling, const bool enableFp16TurboMode, const double& thresholdTime,
const bool printIntermediate, bool enableLayerDetails = false, bool parseUnuspported = false)
{
+ boost::ignore_unused(runtime);
std::string modelFormat;
std::string modelPath;
std::string inputNames;