IVGCVSW-4246 Clean build of LayerTests with -Wextra
[platform/upstream/armnn.git] / src / backends / backendsCommon / test / layerTests / MeanTestImpl.hpp
index bab7337..b8eae1c 100644 (file)
@@ -28,6 +28,8 @@ LayerTestResult<T, OutputDim> MeanTestHelper(
         float scale = 1.0f,
         int32_t offset = 0)
 {
+    boost::ignore_unused(memoryManager);
+
     armnn::TensorInfo inputTensorInfo(InputDim, inputShape, ArmnnType);
     armnn::TensorInfo outputTensorInfo(OutputDim, outputShape, ArmnnType);