From 383de02788f8edf0d8474890018fdd97c6eadd3f Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Thu, 18 Mar 2021 11:31:13 +0000 Subject: Fixed compiler errors * Some compilers fail to build due to the inconsistent use of the noexcept clause Change-Id: I1f44abec84d8d0c8dd45662d1e309d006dcf9b64 Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5281 Tested-by: Arm Jenkins Reviewed-by: Sang-Hoon Park Reviewed-by: Manuel Bottini Comments-Addressed: Arm Jenkins --- src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp') diff --git a/src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp b/src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp index e2db6b48cd..59747a82f9 100644 --- a/src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp +++ b/src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp @@ -52,7 +52,7 @@ namespace arm_compute using namespace arm_compute::misc::shape_calculator; NEConvolutionLayerReshapeWeights::~NEConvolutionLayerReshapeWeights() = default; -NEConvolutionLayerReshapeWeights::NEConvolutionLayerReshapeWeights() +NEConvolutionLayerReshapeWeights::NEConvolutionLayerReshapeWeights() noexcept : _weights_reshape_kernel() { } -- cgit v1.2.1