File: cppcheck-suppressions.xml

package info (click to toggle)
kf6-kio 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 38,088 kB
  • sloc: cpp: 102,370; xml: 519; ansic: 215; python: 200; ruby: 60; sh: 21; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<suppressions>
<suppress>
<!-- d_func() in hierarchies -->
<id>duplInheritedMember</id>
<fileName>src/*</fileName>
<symbolName>d_func</symbolName>
</suppress>
<!-- generic -->
<suppress>
<id>useStlAlgorithm</id>
</suppress>
</suppressions>