-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy path.cppcheck
More file actions
20 lines (15 loc) · 563 Bytes
/
Copy path.cppcheck
File metadata and controls
20 lines (15 loc) · 563 Bytes
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