mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-14 15:55:30 +00:00
0b1aa069c9
Add Github Actions CI builds and Coverity scanning. Add clang and cppcheck scanning. Add test target.
21 lines
563 B
Plaintext
21 lines
563 B
Plaintext
// 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
|