We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 11:
alfredh@debian:~/git/re$ make HAVE_INET6= HAVE_INET6_IGNORE_DEPRECATED=1 1>/dev/null src/http/client.c: In function ‘http_client_set_laddr6’: src/http/client.c:1111:46: warning: unused parameter ‘cli’ [-Wunused-parameter] 1111 | void http_client_set_laddr6(struct http_cli *cli, const struct sa *addr) | ~~~~~~~~~~~~~~~~~^~~ src/http/client.c:1111:68: warning: unused parameter ‘addr’ [-Wunused-parameter] 1111 | void http_client_set_laddr6(struct http_cli *cli, const struct sa *addr) | ~~~~~~~~~~~~~~~~~^~~~ src/dns/client.c: In function ‘dnsc_alloc’: src/dns/client.c:859:19: warning: unused variable ‘laddr6’ [-Wunused-variable] 859 | struct sa laddr, laddr6; | ^~~~~~ src/sa/sa.c: In function ‘sa_set_scopeid’: src/sa/sa.c:696:45: warning: unused parameter ‘scopeid’ [-Wunused-parameter] 696 | void sa_set_scopeid(struct sa *sa, uint32_t scopeid) | ~~~~~~~~~^~~~~~~
it would be nice if building with this option gave zero warnings ...
The text was updated successfully, but these errors were encountered:
dns,http,sa: fix HAVE_INET6 off warnings
dc2dee3
fixes #216
dns,http,sa: fix HAVE_INET6 off warnings (#219)
c2a14f6
Successfully merging a pull request may close this issue.
Debian 11:
it would be nice if building with this option gave zero warnings ...
The text was updated successfully, but these errors were encountered: