mirror of https://github.com/sipwise/kamailio.git
> CC (gcc) [M tsilo.so] tsilo.o
> tsilo.c: In function 'ki_ts_append_by_contact':
> tsilo.c:515:51: warning: passing argument 4 of 'ts_append_by_contact' from incompatible pointer type [-Wincompatible-pointer-types]
> 515 | rc = ts_append_by_contact(_msg, &ruri, &contact, _table);
> | ^~~~~~
> | |
> | str * {aka struct _str *}
> In file included from tsilo.c:41:
> ts_append.h:27:78: note: expected 'char *' but argument is of type 'str *' {aka 'struct _str *'}
> 27 | int ts_append_by_contact(struct sip_msg* msg, str *ruri, str *contact, char *table);
> | ~~~~~~^~~~~
> tsilo.c: In function 'ki_ts_append_by_contact_uri':
> tsilo.c:609:51: warning: passing argument 4 of 'ts_append_by_contact' from incompatible pointer type [-Wincompatible-pointer-types]
> 609 | rc = ts_append_by_contact(_msg, &ruri, &contact, _table);
> | ^~~~~~
> | |
> | str * {aka struct _str *}
> In file included from tsilo.c:41:
> ts_append.h:27:78: note: expected 'char *' but argument is of type 'str *' {aka 'struct _str *'}
> 27 | int ts_append_by_contact(struct sip_msg* msg, str *ruri, str *contact, char *table);
> | ~~~~~~^~~~~
> LD (gcc) [M tsilo.so] tsilo.so
Change-Id: I9a9bb7959ba691de0a696839c63168384de97e22
mr10.2
parent
1283085787
commit
452c996728
Loading…
Reference in new issue