aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/logging/IPrinter.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2019-06-05 15:12:22 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-06-06 13:09:24 +0000
commitfad18382a77655b8139c5c82b86ea34bc642a27a (patch)
tree63a88b11f713b16bb0ce6958792036ffaf7d3725 /arm_compute/core/utils/logging/IPrinter.h
parent775c7f514253360fe87a35ac3763b916d5f442e1 (diff)
downloadComputeLibrary-fad18382a77655b8139c5c82b86ea34bc642a27a.tar.gz
COMPMID-2336: Fix warnings present in latest gcc
Change-Id: Icb69db76603341333a44cf121cc1c79035b54ae2 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-on: https://review.mlplatform.org/c/1295 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
Diffstat (limited to 'arm_compute/core/utils/logging/IPrinter.h')
-rw-r--r--arm_compute/core/utils/logging/IPrinter.h4
1 files changed, 2 insertions, 2 deletions
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()
{
}