aboutsummaryrefslogtreecommitdiff
path: root/src/core/CPP/kernels
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-12-12 09:34:44 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commit95ca9a5a416b48cc62eb9c528ba08001a52fda30 (patch)
treeacfff749e829fda4e785bdff190a4a272f932c41 /src/core/CPP/kernels
parentbfa3b52de2cfbd330efc19e2096134a20c645406 (diff)
downloadComputeLibrary-95ca9a5a416b48cc62eb9c528ba08001a52fda30.tar.gz
COMPMID-556 Fixed clang-tidy error
Change-Id: Ia78b0db43e3b1bc20f4eda706d440aeb14808c4e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112830 Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CPP/kernels')
-rw-r--r--src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp b/src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp
index 3b1c7aeb3d..edc5e409c2 100644
--- a/src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp
+++ b/src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp
@@ -71,6 +71,7 @@ bool CPPSortEuclideanDistanceKernel::is_parallelisable() const
void CPPSortEuclideanDistanceKernel::run(const Window &window, const ThreadInfo &info)
{
ARM_COMPUTE_UNUSED(info);
+ ARM_COMPUTE_UNUSED(window);
ARM_COMPUTE_ERROR_ON_UNCONFIGURED_KERNEL(this);
ARM_COMPUTE_ERROR_ON_MISMATCHING_WINDOWS(ICPPKernel::window(), window);