2025-10-13 22:14:57 +02: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-30 05:38:23 +02:00
|
|
|
// These are the global access functions called from the compiler so they
|
|
|
|
|
// are not used here.
|
|
|
|
|
|
|
|
|
|
// target_design()
|
2021-01-02 22:30:00 +01:00
|
|
|
unusedFunction:stub.c:1837
|
2014-06-30 05:38:23 +02:00
|
|
|
|
|
|
|
|
// target_query()
|
2021-01-02 22:30:00 +01:00
|
|
|
unusedFunction:stub.c:1907
|