File: cppcheck-suppressions.xml

package info (click to toggle)
gcompris-qt 26.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,948 kB
  • sloc: javascript: 64,952; cpp: 7,384; xml: 1,362; python: 1,310; sh: 584; sql: 240; php: 183; java: 121; perl: 40; ansic: 14; makefile: 12; awk: 6
file content (15 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Sune Vuorela

SPDX-License-Identifier: BSD-2-Clause
-->
<suppressions>
<suppress>
<id>returnByReference</id>
</suppress>
<suppress>
<id>useStlAlgorithm</id>
</suppress>
</suppressions>