From c0ee4611603861abd2b28eab97f38fe87629d580 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Mon, 11 Dec 2017 13:15:02 +0000 Subject: COMPMID-556: Fixed clang tidy warnings Change-Id: I94b1e7ea3fca56b88353e4feb92a8e04e09f4943 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112682 Reviewed-by: Georgios Pinitas Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CPP/kernels') 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); -- cgit v1.2.1