incompatible-pointer-types

make[3]: 'libsrdb1.so.1.0' is up to date.
LD (gcc) [M sipcapture.so]		sipcapture.so
CC (gcc) [M siptrace.so]		siptrace.o
siptrace.c: In function 'ki_sip_trace_msg':
siptrace.c:1234:74: warning: passing argument 4 of 'trace_send_hep_duplicate' from incompatible pointer type [-Wincompatible-pointer-types]
  trace_send_hep_duplicate(vmsg, saddr, taddr, (duri && duri->len>0)?&duri:NULL,
                                                                          ^
In file included from siptrace.c:58:
siptrace_hep.h:30:34: note: expected 'struct dest_info *' but argument is of type 'str **' {aka 'struct _str **'}
   str *body, str *from, str *to, struct dest_info *, str *correlation_id);
                                  ^~~~~~~~~~~~~~~~~~
CC (gcc) [M siptrace.so]		siptrace_hep.o
CC (gcc) [M siptrace.so]		siptrace_send.o


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3457@github.com>