IVGCVSW-4246 Clean build of LayerTests with -Wextra
[platform/upstream/armnn.git] / src / backends / backendsCommon / test / layerTests / RsqrtTestImpl.cpp
index 3adb797..24a3b21 100644 (file)
@@ -25,6 +25,7 @@ LayerTestResult<T, 2> Rsqrt2dTestCommon(
     const std::vector<float>& inputValues,
     const std::vector<float>& expectedOutputValues)
 {
+    boost::ignore_unused(memoryManager);
     auto inputTensor = MakeTensor<T, 2>(inputTensorInfo, ConvertToDataType<ArmnnType>(inputValues,inputTensorInfo));
 
     LayerTestResult<T, 2> result(outputTensorInfo);
@@ -97,6 +98,7 @@ LayerTestResult<T, 3> Rsqrt3dTest(
     armnn::IWorkloadFactory& workloadFactory,
     const armnn::IBackendInternal::IMemoryManagerSharedPtr& memoryManager)
 {
+    boost::ignore_unused(memoryManager);
     const armnn::TensorShape inputShape{ 3, 1, 2 };
     const armnn::TensorShape outputShape{ 3, 1, 2 };