Skip to content

Commit 3f655a2

Browse files
committed
more fixes
1 parent 4a34621 commit 3f655a2

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
@@ -7,7 +7,6 @@ constParameterReference
77
unusedStructMember:../library/flow/min_cost_max_flow.hpp
88
unusedStructMember:../library/flow/dinic.hpp:15
99
unusedStructMember:../library/strings/suffix_array/find/match.hpp:10
10-
unusedScopedObject:../library/trees/centroid_decomp_uncommon/count_paths_per_node.hpp:14
1110
unusedScopedObject:library_checker_aizu_tests/trees/centroid_path_dist.test.cpp:29
1211
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_lca.test.cpp:20
1312
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:20
@@ -52,6 +51,7 @@ constVariableReference:../kactl/content/graph/CompressTree.h:20
5251
constVariableReference:../library/flow/min_cost_max_flow.hpp:43
5352
constVariableReference:library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp:21
5453
constVariableReference:library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp:39
54+
constVariableReference:../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp:34
5555
constVariablePointer:../kactl/content/numerical/FastFourierTransform.h:39
5656
cstyleCast:../kactl/content/numerical/FastFourierTransform.h:39
5757
derefInvalidIterator:../library/data_structures/uncommon/linear_rmq.hpp:28

0 commit comments

Comments
 (0)