aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/logging/IPrinter.h
diff options
context:
space:
mode:
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()
{
}