aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Helpers.inl
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Helpers.inl')
-rw-r--r--arm_compute/core/Helpers.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/Helpers.inl b/arm_compute/core/Helpers.inl
index aeb290b23e..29f31c12c8 100644
--- a/arm_compute/core/Helpers.inl
+++ b/arm_compute/core/Helpers.inl
@@ -114,6 +114,7 @@ struct ForEachDimension<0>
template <typename L, typename... Ts>
static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators)
{
+ ARM_COMPUTE_UNUSED(w, iterators...);
lambda_function(id);
}
};