Skip to content

Commit 14968cf

Browse files
committed
more fixes
1 parent df7c4c9 commit 14968cf

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

tests/.config/.cppcheck_suppression_list

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@ missingIncludeSystem
33
functionConst
44
assertWithSideEffect
55
unknownMacro
6+
constParameterReference
67
unusedStructMember:../library/flow/min_cost_max_flow.hpp
8+
unusedStructMember:../library/flow/dinic.hpp:15
79
unusedStructMember:../library/strings/suffix_array/find/match.hpp:10
8-
unusedStructMember:../library/trees/tree_lift/tree_lift.hpp:17
9-
unusedStructMember:../library/trees/ladder_decomposition/linear_kth_par.hpp:17
10-
unusedStructMember:../library/data_structures/dsu/dsu_bipartite.hpp:9
11-
unusedStructMember:../library/trees/linear_lca.hpp:15
12-
unusedScopedObject:../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp:12
13-
unusedScopedObject:library_checker_aizu_tests/cd_asserts.hpp:6
1410
unusedScopedObject:../library/trees/centroid_decomp_uncommon/count_paths_per_node.hpp:14
1511
unusedScopedObject:library_checker_aizu_tests/trees/centroid_path_dist.test.cpp:29
16-
unusedScopedObject:../library/trees/edge_centroid_decomp_uncommon/count_paths_per_length.hpp:13
1712
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_lca.test.cpp:20
18-
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_reroot_dp.test.cpp:49
1913
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:20
2014
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:58
2115
arrayIndexOutOfBoundsCond:library_checker_aizu_tests/math/linear_prime_sieve.test.cpp:17
@@ -37,10 +31,6 @@ constParameter:../library/data_structures/wavelet_merge/merge_sort_tree_updates.
3731
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp:49
3832
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp:53
3933
constParameter:../hackpack-cpp/content/number-theory/ModInt.h:45
40-
constParameter:../library/data_structures/deque_op/deque.hpp:10
41-
constParameter:../library/data_structures/deque_op/queue_only.hpp:29
42-
constParameter:../library/data_structures/uncommon/priority_queue_of_updates.hpp:43
43-
constParameter:../library/math/matrix_related/row_reduce.hpp:17
4434
constParameter:library_checker_aizu_tests/data_structures/rmq_inc.test.cpp:11
4535
variableScope:../kactl/content/number-theory/Factor.h:47
4636
syntaxError:../library/math/n_choose_k/pascals_identity.hpp:4
@@ -59,11 +49,6 @@ constVariable:../kactl/content/numerical/NumberTheoreticTransform.h:30
5949
constVariable:../kactl/content/graph/CompressTree.h:20
6050
functionStatic:../library/monotonic_stack/monotonic_stack.hpp:10
6151
constVariableReference:../kactl/content/graph/CompressTree.h:20
62-
constParameterReference:../library/data_structures/deque_op/queue_only.hpp:29
63-
constParameterReference:../library/data_structures/uncommon/priority_queue_of_updates.hpp:43
64-
constParameterReference:../kactl/stress-tests/utilities/genTree.h:8
65-
constParameterReference:../kactl/content/graph/BinaryLifting.h:29
66-
constParameterReference:../library/math/matrix_related/row_reduce.hpp:17
6752
constVariableReference:../library/flow/min_cost_max_flow.hpp:43
6853
constVariableReference:library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp:21
6954
constVariableReference:library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp:39
@@ -73,3 +58,6 @@ derefInvalidIterator:../library/data_structures/uncommon/linear_rmq.hpp:28
7358
derefInvalidIterator:library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp:13
7459
unreadVariable:library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp:12
7560
uninitvar:library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp:41
61+
unusedFunction:../kactl/content/data-structures/UnionFind.h:14
62+
unusedFunction:../kactl/content/number-theory/ModPow.h:13
63+
unusedFunction:../kactl/stress-tests/utilities/genTree.h:49

0 commit comments

Comments
 (0)