From fad18382a77655b8139c5c82b86ea34bc642a27a Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 5 Jun 2019 15:12:22 +0100 Subject: COMPMID-2336: Fix warnings present in latest gcc Change-Id: Icb69db76603341333a44cf121cc1c79035b54ae2 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/1295 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou --- arm_compute/core/utils/logging/IPrinter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/utils/logging/IPrinter.h') diff --git a/arm_compute/core/utils/logging/IPrinter.h b/arm_compute/core/utils/logging/IPrinter.h index 6b410d4d12..2f399102e2 100644 --- a/arm_compute/core/utils/logging/IPrinter.h +++ b/arm_compute/core/utils/logging/IPrinter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -35,7 +35,7 @@ class Printer { public: /** Default Constructor */ - Printer() + Printer() noexcept : _mtx() { } -- cgit v1.2.1