forked from libcpr/cpr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcppcheck-suppressions.xml
More file actions
37 lines (37 loc) · 1004 Bytes
/
cppcheck-suppressions.xml
File metadata and controls
37 lines (37 loc) · 1004 Bytes
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
35
36
37
<?xml version="1.0"?>
<suppressions>
<!-- Exclude Paths -->
<suppress>
<id>*</id>
<fileName>*/build/*</fileName>
</suppress>
<suppress>
<id>CheckLevelMaxBranches</id>
</suppress>
<suppress>
<id>noExplicitConstructor</id>
</suppress>
<suppress>
<id>knownConditionTrueFalse</id>
<fileName>*/include/cpr/async_wrapper.h</fileName>
</suppress>
<suppress>
<id>y2038-unsafe-call</id>
<fileName>*/cpr/cookies.cpp</fileName>
</suppress>
<!-- Known Limitation/Bug: https://github.com/libcpr/cpr/issues/1174 -->
<suppress>
<id>y2038-unsafe-call</id>
<fileName>*/include/cpr/low_speed.h</fileName>
</suppress>
<suppress>
<id>normalCheckLevelMaxBranches</id>
</suppress>
<suppress>
<id>constParameterPointer</id>
<fileName>*/cpr/util.cpp</fileName>
</suppress>
<suppress>
<id>postfixOperator</id>
</suppress>
</suppressions>