File: .cppcheck

package info (click to toggle)
pdfio 1.6.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,108 kB
  • sloc: ansic: 23,012; sh: 3,774; makefile: 237
file content (20 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (4)
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