You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mxml/.cppcheck

20 lines
563 B

// 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