From 88b836206e1e4463db2eac4b36d2d7fc8ae2490c Mon Sep 17 00:00:00 2001 From: giuros01 Date: Wed, 19 Sep 2018 18:38:48 +0100 Subject: [COMPMID-1593] CLPad failing Change-Id: Id1604fbf3b8fc98d5b45fa8266dd8182cf0ce204 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/149137 Reviewed-by: Georgios Pinitas Tested-by: bsgcomp --- arm_compute/core/PixelValue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/PixelValue.h') diff --git a/arm_compute/core/PixelValue.h b/arm_compute/core/PixelValue.h index ce3726b6fc..31705bd740 100644 --- a/arm_compute/core/PixelValue.h +++ b/arm_compute/core/PixelValue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -36,7 +36,7 @@ class PixelValue public: /** Default constructor: value initialized to 0 */ PixelValue() - : value{ { 0 } } + : value{ { uint64_t(0) } } { } /** Initialize the union with a U8 pixel value -- cgit v1.2.1