aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CPP/functions
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2021-09-30 13:56:17 +0100
committerGiorgio Arena <giorgio.arena@arm.com>2021-10-05 10:46:45 +0000
commit41d886cecd6478725e9d0da93af7de5847efca1e (patch)
treefbaec1e2142da5d2e8ab0b1b9ab9c98afd3436f4 /src/runtime/CPP/functions
parent2c5ae8604ca03f7eee3991f5f94afdf023e5c842 (diff)
downloadComputeLibrary-41d886cecd6478725e9d0da93af7de5847efca1e.tar.gz
Fixed the compiler warning -Werror=type-limits
* Comparison is always false due to limited range of data type. rescale_value is truncated to int32_t and then is compared agains (1ll <<31) which will be always false * Resolves MLCE-508 Change-Id: I252f64d4aec8f3e120d71fc5e40c7665816173ac Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6342 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/CPP/functions')
0 files changed, 0 insertions, 0 deletions