Daniel-Constantin Mierla writes:
Can you try with master branch and see if the warning
for tlsf malloc
disappeared? I changed the prototypes of malloc functions to use size_t
to be compatible with standard malloc(). Changes are only in master branch.
The warning are now gone:
CC (gcc) [sip-proxy] mem/ll_malloc.o
CC (gcc) [sip-proxy] mem/mem.o
CC (gcc) [sip-proxy] mem/pkg.o
CC (gcc) [sip-proxy] mem/sf_malloc.o
CC (gcc) [sip-proxy] mem/q_malloc.o
CC (gcc) [sip-proxy] mem/shm.o
CC (gcc) [sip-proxy] mem/dl_malloc.o
CC (gcc) [sip-proxy] mem/tlsf_malloc.o
CC (gcc) [sip-proxy] mem/f_malloc.o
CC (gcc) [sip-proxy] mem/memtest.o
CC (gcc) [sip-proxy] mem/shm_mem.o
Thanks, Juha