pdfio/.cppcheck

21 lines
563 B
Plaintext
Raw Normal View History

2021-05-30 18:51:26 +02:00
// Bad CERT recommendation: C memory layout not determined by variable locations
cert-API01-C
2021-06-04 17:03:15 +02:00
// Cppcheck doesn't know enough about variables to know whether they are
// uninitialized...
uninitvar
2021-05-30 18:51:26 +02:00
// Don't report non-const casts. Inline suppression comments are not working,
// otherwise we'd be more selective...
2021-06-04 17:03:15 +02:00
cert-EXP05-C
2021-05-30 18:51:26 +02:00
// Not handling "(unsigned)~CONSTANT" properly...
cert-INT31-c
// fopen_s is NOT supported on POSIX platforms and DOES NOT APPLY for reading
// of files!
2021-06-04 17:03:15 +02:00
cert-MSC24-C
2021-05-30 18:51:26 +02:00
// Not sure why this is a thing...
preprocessorErrorDirective