rasqal_service.c: In function ‘rasqal_service_execute_as_rowsource’:
rasqal_service.c:338:5: warning: ‘raptor_www_set_http_accept’ is deprecated [-Wdeprecated-declarations]
338 | raptor_www_set_http_accept(svc->www, svc->format);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/raptor2/raptor.h:1,
from rasqal.h:110,
from rasqal_service.c:42:
/usr/include/raptor2/raptor2.h:1454:6: note: declared here
1454 | void raptor_www_set_http_accept(raptor_www *www, const char *value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
rasqal_service.c:340:5: warning: ‘raptor_www_set_http_accept’ is deprecated [-Wdeprecated-declarations]
340 | raptor_www_set_http_accept(svc->www, DEFAULT_FORMAT);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/raptor2/raptor2.h:1454:6: note: declared here
1454 | void raptor_www_set_http_accept(raptor_www *www, const char *value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: install: warning: remember to run `libtool --finish /usr/lib'
libtool: install: warning: `../src/librasqal.la' has not been installed in `/usr/lib'