aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp
index a60b1898ad..65b17164f3 100644
--- a/src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/SliceTestImpl.cpp
@@ -30,6 +30,7 @@ LayerTestResult<T, NumDims> SliceTestImpl(
const float qScale = 1.0f,
const int qOffset = 0)
{
+ boost::ignore_unused(memoryManager);
if(armnn::IsQuantizedType<T>())
{
inputInfo.SetQuantizationScale(qScale);