Files
iverilog/tgt-stub/cppcheck.sup
T

15 lines
471 B
Plaintext
Raw Normal View History

2025-10-13 13:14:57 -07:00
// We use guarded memory allocation routines, but cppcheck is not
// noticing this so it is complaining we could return a NULL value.
nullPointerOutOfMemory:stub.c:70 // calloc @ 69
nullPointerOutOfMemory:stub.c:71 // calloc @ 69
nullPointerOutOfMemory:stub.c:79 // calloc @ 78
2014-06-29 20:38:23 -07:00
// These are the global access functions called from the compiler so they
// are not used here.
// target_design()
unusedFunction:stub.c:1837
2014-06-29 20:38:23 -07:00
// target_query()
unusedFunction:stub.c:1907