IVGCVSW-4246 Clean build of LayerTests with -Wextra
[platform/upstream/armnn.git] / src / backends / backendsCommon / test / layerTests / ConstantTestImpl.cpp
index 1790819..cfb6263 100644 (file)
@@ -29,6 +29,7 @@ LayerTestResult<T, 4> ConstantTestImpl(
     float qScale,
     int32_t qOffset)
 {
+    boost::ignore_unused(memoryManager);
     constexpr unsigned int inputWidth = 3;
     constexpr unsigned int inputHeight = 4;
     constexpr unsigned int inputChannels = 3;