aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-12-03 13:42:25 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-12-04 11:36:33 +0000
commit5cb49dcf7ad74cc6e7e91790b7132ae4dd845515 (patch)
tree120317f94830f7322fdc332d646154aa46d23d0d /arm_compute/core
parentbc4d7c2d0c3484152256d5c9dbb61e6a149bdc20 (diff)
downloadComputeLibrary-5cb49dcf7ad74cc6e7e91790b7132ae4dd845515.tar.gz
COMPMID-2962 Fix compiler warnings for g++8
Change-Id: I410c4c54577c1f253597821b1ec6cc40d936b96f Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/2406 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core')
-rw-r--r--arm_compute/core/NEON/kernels/assembly/arm_gemm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/assembly/arm_gemm.hpp b/arm_compute/core/NEON/kernels/assembly/arm_gemm.hpp
index 17faab18fd..d51fda525b 100644
--- a/arm_compute/core/NEON/kernels/assembly/arm_gemm.hpp
+++ b/arm_compute/core/NEON/kernels/assembly/arm_gemm.hpp
@@ -51,7 +51,7 @@ struct KernelDescription
bool is_default = false;
KernelDescription(GemmMethod m, std::string n, bool d=false) : method(m), name(n), is_default(d) { }
- KernelDescription() { }
+ KernelDescription() noexcept { }
};
struct GemmConfig