Skip to content

Commit 5af37a5

Browse files
authored
Fix cppcheck suppression for lazy_seg_tree.hpp
1 parent 60eb693 commit 5af37a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/.config/.cppcheck_suppression_list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ unusedFunction:../kactl/content/number-theory/ModPow.h:13
6161
unusedFunction:../kactl/stress-tests/utilities/genTree.h:49
6262
containerOutOfBounds:../library/data_structures_[l,r)/uncommon/permutation_tree.hpp:85
6363
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/bit.hpp:5
64-
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp:4
64+
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp:3
6565
shiftTooManyBits:../library/math/matrix_related/xor_basis_ordered.hpp:18

0 commit comments

Comments
 (0)