Skip to content

Commit

Permalink
Disable a clang-tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 21, 2023
1 parent b40c34f commit a8009f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/wide_decimal/decwide_t_detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

local_iterator_type itr { };

while (count > static_cast<local_difference_type>(INT8_C(0)))
while (count > static_cast<local_difference_type>(INT8_C(0))) // NOLINT(altera-id-dependent-backward-branch)
{
itr = first;

Expand Down

0 comments on commit a8009f7

Please sign in to comment.