-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cppcheck_suppr
More file actions
34 lines (34 loc) · 1.34 KB
/
.cppcheck_suppr
File metadata and controls
34 lines (34 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
missingIncludeSystem:*
cstyleCast:*
constParameter:*
unmatchedSuppression:*
ctuOneDefinitionRuleViolation:*
noExplicitConstructor:src/20210125_smart_pointers.cpp
throwInNoexceptFunction:src/20210201_raii.cpp
noExplicitConstructor:src/20210215_move.cpp
unusedStructMember:src/20210322_tuple.cpp
constVariable:src/20210322_tuple.cpp
unmatchedSuppression:src/20210322_tuple.cpp
noExplicitConstructor:src/20210329_variant.cpp
noExplicitConstructor:src/20210405_pack.cpp
unusedStructMember:src/20210405_pack.cpp
unmatchedSuppression:src/20210405_pack.cpp
unreadVariable:src/20210412_brace_init.cpp
unmatchedSuppression:src/20210412_brace_init.cpp
redundantAssignment:src/20210419_enums.cpp
unreadVariable:src/20210419_enums.cpp
unmatchedSuppression:src/20210419_enums.cpp
unusedStructMember:src/20210426_sfinae.cpp
unmatchedSuppression:src/20210426_sfinae.cpp
constVariable:src/20210503_bind.cpp
unassignedVariable:src/20210503_bind.cpp
unmatchedSuppression:src/20210503_bind.cpp
syntaxError:src/20210517_any.cpp
unmatchedSuppression:src/20210517_any.cpp
unreadVariable:src/20210531_init_list.cpp
useStlAlgorithm:src/20210531_init_list.cpp
unmatchedSuppression:src/20210531_init_list.cpp
unreadVariable:src/20210607_attributes.cpp
unmatchedSuppression:src/20210607_attributes.cpp
compareBoolExpressionWithInt:src/20210927_compare.cpp
unmatchedSuppression:src/20210927_compare.cpp