.cppcheck 563 B

1234567891011121314151617181920
  1. // Bad CERT recommendation: C memory layout not determined by variable locations
  2. cert-API01-C
  3. // Cppcheck doesn't know enough about variables to know whether they are
  4. // uninitialized...
  5. uninitvar
  6. // Don't report non-const casts. Inline suppression comments are not working,
  7. // otherwise we'd be more selective...
  8. cert-EXP05-C
  9. // Not handling "(unsigned)~CONSTANT" properly...
  10. cert-INT31-c
  11. // fopen_s is NOT supported on POSIX platforms and DOES NOT APPLY for reading
  12. // of files!
  13. cert-MSC24-C
  14. // Not sure why this is a thing...
  15. preprocessorErrorDirective