aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Network.cpp')
-rw-r--r--src/armnn/Network.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/armnn/Network.cpp b/src/armnn/Network.cpp
index 3a2dc4e2e7..1406160914 100644
--- a/src/armnn/Network.cpp
+++ b/src/armnn/Network.cpp
@@ -545,7 +545,8 @@ ITensorHandleFactory::FactoryId CalculateSlotOptionForOutput(BackendsMap& backen
OutputSlot& slot,
TensorHandleFactoryRegistry& registry)
{
- return ITensorHandleFactory::DeferredFactoryId;
+ boost::ignore_unused(backends, slot, registry);
+ return ITensorHandleFactory::DeferredFactoryId;
}
// For all handle factories supported on the source backend, we wish to find the one which requires the fewest copies