Daniel-Constantin Mierla writes:

> I pushed a patch to master for it -- check to see if the result is what
> you expect.

thanks.  didn't get that far though:

CC (gcc) [sip-proxy]            mem/q_malloc.o
mem/q_malloc.c:919:6: error: conflicting types for 'qm_sums'
 void qm_sums(struct qm_block* qm)
      ^
In file included from mem/q_malloc.c:31:0:
mem/q_malloc.h:156:6: note: previous declaration of 'qm_sums' was here
 void qm_sums(void* qm);
      ^
mem/q_malloc.c: In function 'qm_malloc_init_pkg_manager':
mem/q_malloc.c:971:11: warning: assignment from incompatible pointer type
  ma.xsums = qm_sums;
           ^
Makefile.rules:97: recipe for target 'mem/q_malloc.o' failed
make[1]: *** [mem/q_malloc.o] Error 1

-- juha

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to