From c374ff06b9e9f45bcf48f4af6bda054f4b243cf6 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 10 Dec 2019 21:57:35 +0000 Subject: IVGCVSW-4246 Clean build of LayerTests with -Wextra Change-Id: If3d98e45a6e2fa8e1afd19a4052334335feacf63 Signed-off-by: Derek Lamberti --- src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp') diff --git a/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp index 2012dfd602..160e6582d5 100644 --- a/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp +++ b/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp @@ -38,6 +38,7 @@ LayerTestResult SimplePooling2dTestImpl( const boost::multi_array& input, const boost::multi_array& outputExpected) { + boost::ignore_unused(memoryManager); const armnn::DataLayout dataLayout = descriptor.m_DataLayout; const armnnUtils::DataLayoutIndexed dimensionIndices = dataLayout; auto heightIndex = dimensionIndices.GetHeightIndex(); @@ -739,6 +740,7 @@ LayerTestResult ComparePooling2dTestCommon( float qScale = 1.0f, int32_t qOffset = 0) { + boost::ignore_unused(memoryManager); const unsigned int inputWidth = 16; const unsigned int inputHeight = 32; const unsigned int channelCount = 2; -- cgit v1.2.1