From a8009f717fba91bd3895ac78245d6dd51a50e159 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Tue, 21 Nov 2023 21:51:54 +0100 Subject: [PATCH] Disable a clang-tidy warning --- math/wide_decimal/decwide_t_detail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/wide_decimal/decwide_t_detail.h b/math/wide_decimal/decwide_t_detail.h index c2ea5d9e..c3379560 100644 --- a/math/wide_decimal/decwide_t_detail.h +++ b/math/wide_decimal/decwide_t_detail.h @@ -80,7 +80,7 @@ local_iterator_type itr { }; - while (count > static_cast(INT8_C(0))) + while (count > static_cast(INT8_C(0))) // NOLINT(altera-id-dependent-backward-branch) { itr = first;