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()
|
2021-01-02 13:30:00 -08:00
|
|
|
unusedFunction:stub.c:1837
|
2014-06-29 20:38:23 -07:00
|
|
|
|
|
|
|
|
// target_query()
|
2021-01-02 13:30:00 -08:00
|
|
|
unusedFunction:stub.c:1907
|