From 36b8f0503218ecae5aafc4c5d825a7a60bdd9c39 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Tue, 23 Jun 2020 12:22:15 +0100 Subject: Fixes Failures Nightly #818 - COMPMID-3542: Nightly failure: /tests/validation/fixtures/PixelWiseMultiplicationFixture.h error: lambda capture 'this' is not used - COMPMID-3544: Nightly failure: undefined reference to arm_compute::test::validation::reference::arithmetic_operation Change-Id: Ia7f8a50a4debfe43dd6be41a52cf62ee3092ae6e Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3445 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- tests/validation/fixtures/PixelWiseMultiplicationFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/fixtures') diff --git a/tests/validation/fixtures/PixelWiseMultiplicationFixture.h b/tests/validation/fixtures/PixelWiseMultiplicationFixture.h index 584ca50ce1..315c8403b2 100644 --- a/tests/validation/fixtures/PixelWiseMultiplicationFixture.h +++ b/tests/validation/fixtures/PixelWiseMultiplicationFixture.h @@ -80,7 +80,7 @@ protected: TensorType src2 = create_tensor(shape1, dt_in2, 1, qinfo1); TensorType dst = create_tensor(TensorShape::broadcast_shape(shape0, shape1), dt_out, 1, qinfo_out); - auto allocate_tensor = [this](TensorType & t) + auto allocate_tensor = [](TensorType & t) { ARM_COMPUTE_EXPECT(t.info()->is_resizable(), framework::LogLevel::ERRORS); t.allocator()->allocate(); -- cgit v1.2.1