From 95ca9a5a416b48cc62eb9c528ba08001a52fda30 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 12 Dec 2017 09:34:44 +0000 Subject: COMPMID-556 Fixed clang-tidy error Change-Id: Ia78b0db43e3b1bc20f4eda706d440aeb14808c4e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112830 Reviewed-by: Michalis Spyrou Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CPP/kernels') 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); -- cgit v1.2.1