mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
Update Cppcheck exclusions.
This commit is contained in:
parent
ee5fcc2a4a
commit
88bf3e710f
21
.cppcheck
21
.cppcheck
@ -1,29 +1,20 @@
|
|||||||
// Cppcheck bug: does not validate loop constraints properly...
|
|
||||||
arrayIndexOutOfBounds:printer-driver.c
|
|
||||||
|
|
||||||
// Bad CERT recommendation: C memory layout not determined by variable locations
|
// Bad CERT recommendation: C memory layout not determined by variable locations
|
||||||
cert-API01-C
|
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,
|
// Don't report non-const casts. Inline suppression comments are not working,
|
||||||
// otherwise we'd be more selective...
|
// otherwise we'd be more selective...
|
||||||
cert-EXP05-C:device.c
|
cert-EXP05-C
|
||||||
cert-EXP05-C:device-network.c
|
|
||||||
cert-EXP05-C:device-usb.c
|
|
||||||
cert-EXP05-C:link.c
|
|
||||||
cert-EXP05-C:mainloop-subcommands.c
|
|
||||||
cert-EXP05-C:resource.c
|
|
||||||
cert-EXP05-C:system-webif.c
|
|
||||||
cert-EXP05-C:util.c
|
|
||||||
|
|
||||||
// Not handling "(unsigned)~CONSTANT" properly...
|
// Not handling "(unsigned)~CONSTANT" properly...
|
||||||
cert-INT31-c
|
cert-INT31-c
|
||||||
|
|
||||||
// fopen_s is NOT supported on POSIX platforms and DOES NOT APPLY for reading
|
// fopen_s is NOT supported on POSIX platforms and DOES NOT APPLY for reading
|
||||||
// of files!
|
// of files!
|
||||||
cert-MSC24-C:job-filter.c
|
cert-MSC24-C
|
||||||
|
|
||||||
// char something[###] = "constant" should not result in an error!
|
|
||||||
cert-STR05-C:system-webif.c
|
|
||||||
|
|
||||||
// Not sure why this is a thing...
|
// Not sure why this is a thing...
|
||||||
preprocessorErrorDirective
|
preprocessorErrorDirective
|
||||||
|
Loading…
Reference in New Issue
Block a user