aboutsummaryrefslogtreecommitdiff
path: root/src/core/CPP/kernels
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-12-11 13:15:02 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commitc0ee4611603861abd2b28eab97f38fe87629d580 (patch)
treec828f03048c80c83b6f13018637d6c617f1a3ade /src/core/CPP/kernels
parentc2708ecff87610ee4021f75e442ae91a0ec01b07 (diff)
downloadComputeLibrary-c0ee4611603861abd2b28eab97f38fe87629d580.tar.gz
COMPMID-556: Fixed clang tidy warnings
Change-Id: I94b1e7ea3fca56b88353e4feb92a8e04e09f4943 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112682 Reviewed-by: Georgios Pinitas <georgios.pinitas@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/CPPDetectionWindowNonMaximaSuppressionKernel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp b/src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp
index ebe3db983f..62a2477adf 100644
--- a/src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp
+++ b/src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp
@@ -62,6 +62,7 @@ void CPPDetectionWindowNonMaximaSuppressionKernel::configure(IDetectionWindowArr
void CPPDetectionWindowNonMaximaSuppressionKernel::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(IKernel::window(), window);
ARM_COMPUTE_ERROR_ON(_input_output->buffer() == nullptr);