File: .cppcheck

package info (click to toggle)
mxml 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,624 kB
  • sloc: ansic: 5,053; sh: 3,109; makefile: 221; cpp: 178; xml: 28
file content (20 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Bad CERT recommendation: C memory layout not determined by variable locations
cert-API01-C

// Cppcheck doesn't know enough about variables to know whether they are 
// uninitialized...
uninitvar

// Don't report non-const casts.  Inline suppression comments are not working,
// otherwise we'd be more selective...
cert-EXP05-C

// Not handling "(unsigned)~CONSTANT" properly...
cert-INT31-c

// fopen_s is NOT supported on POSIX platforms and DOES NOT APPLY for reading
// of files!
cert-MSC24-C

// Not sure why this is a thing...
preprocessorErrorDirective