aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/PixelValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/PixelValue.h')
-rw-r--r--arm_compute/core/PixelValue.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/arm_compute/core/PixelValue.h b/arm_compute/core/PixelValue.h
index f744d6443e..0e3d26c515 100644
--- a/arm_compute/core/PixelValue.h
+++ b/arm_compute/core/PixelValue.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2020 Arm Limited.
+ * Copyright (c) 2016-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -35,8 +35,11 @@ class PixelValue
{
public:
/** Default constructor: value initialized to 0 */
- PixelValue()
- : value{ int64_t(0) }
+ PixelValue() noexcept
+ : value
+ {
+ int64_t(0)
+ }
{
}
/** Initialize the union with a pixel value of chosen datatype