forked from KDE/okular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cppcheck-suppressions.xml
48 lines (48 loc) · 1.11 KB
/
cppcheck-suppressions.xml
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
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<suppressions>
<suppress>
<id>unusedPrivateFunction</id>
<fileName>core/action.h</fileName>
<!-- a d_func per class -->
</suppress>
<suppress>
<id>duplInheritedMember</id>
<fileName>core/action.h</fileName>
<symbolName>d_func</symbolName>
</suppress>
<suppress>
<id>duplInheritedMember</id>
<fileName>core/annotations.h</fileName>
<symbolName>d_func</symbolName>
</suppress>
<suppress>
<id>unusedPrivateFunction</id>
<fileName>core/annotations.h</fileName>
<!-- a d_func per class -->
</suppress>
<suppress>
<id>duplInheritedMember</id>
<fileName>core/form.h</fileName>
<symbolName>d_func</symbolName>
</suppress>
<suppress>
<id>duplInheritedMember</id>
<fileName>core/form.cpp</fileName>
<symbolName>d_func</symbolName>
</suppress>
<suppress>
<id>duplInheritedMember</id>
<fileName>core/textdocumentgenerator_p.h</fileName>
<symbolName>d_func</symbolName>
</suppress>
<suppress>
<id>duplInheritedMember</id>
<fileName>core/textdocumentgenerator.h</fileName>
<symbolName>d_func</symbolName>
</suppress>
<!-- generic -->
<suppress>
<id>useStlAlgorithm</id>
</suppress>
<!-- embedded 3rdparty -->
</suppressions>