iverilog/tgt-stub/cppcheck.sup

15 lines
471 B
Plaintext

// 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
// These are the global access functions called from the compiler so they
// are not used here.
// target_design()
unusedFunction:stub.c:1837
// target_query()
unusedFunction:stub.c:1907