Re: [sr-dev] new compiler warnings in master

2018-08-14 Thread Juha Heinanen
Henning Westerholt writes: > at least in my installation with mariadb it's now fixed in current > master. Let me know if you still see it. The warnings are now gone, thanks, -- Juha ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.

Re: [sr-dev] new compiler warnings in master

2018-08-14 Thread Henning Westerholt
Am Montag, 13. August 2018, 23:12:31 CEST schrieb Henning Westerholt: > > CC (gcc) [M db_mysql.so]my_cmd.o > > my_cmd.c: In function 'set_field': > > my_cmd.c:774:16: warning: assignment from incompatible pointer type > > [-Wincompatible-pointer-types] bind->is_null = &f->is_null; > >

Re: [sr-dev] new compiler warnings in master

2018-08-13 Thread Henning Westerholt
Am Montag, 13. August 2018, 17:25:40 CEST schrieb Juha Heinanen: > CC (gcc) [M db_mysql.so] my_cmd.o > my_cmd.c: In function 'set_field': > my_cmd.c:774:16: warning: assignment from incompatible pointer type > [-Wincompatible-pointer-types] bind->is_null = &f->is_null; >

[sr-dev] new compiler warnings in master

2018-08-13 Thread Juha Heinanen
CC (gcc) [M db_mysql.so]my_cmd.o my_cmd.c: In function 'set_field': my_cmd.c:774:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] bind->is_null = &f->is_null; ^ my_cmd.c: In function 'bind_result': my_cmd.c:1004:21: warning: as