Snippets for apache 2.4.68 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/apache24/2.4.68/150amd64-default.log.
-
/wrkdirs/usr/ports/www/apache24/work/httpd-2.4.68/server/buildmark.c:21:8: warning: undefining builtin macro [-Wbuiltin-macro-redefined] 21 | #undef __DATE__ | ^ -
mod_xml2enc.c:609:14: warning: 'xmlAddEncodingAlias' is deprecated [-Wdeprecated-declarations] 609 | else if (xmlAddEncodingAlias(charset, alias) == 0) | ^ -
mod_proxy_html.c:319:32: warning: 'htmlTagLookup' is deprecated [-Wdeprecated-declarations] 319 | const htmlElemDesc* desc = htmlTagLookup(uname); | ^ -
mod_proxy_html.c:366:32: warning: 'htmlTagLookup' is deprecated [-Wdeprecated-declarations] 366 | const htmlElemDesc* desc = htmlTagLookup(uname); | ^ -
mod_proxy_html.c:404:51: warning: 'attrs_req' is deprecated [-Wdeprecated-declarations] 404 | if ((enforce > 0) && (desc != NULL) && (desc->attrs_req != NULL)) | ^ -
mod_proxy_html.c:405:24: warning: 'attrs_req' is deprecated [-Wdeprecated-declarations] 405 | for (a = desc->attrs_req; *a; a++) | ^ -
mod_proxy_html.c:412:25: warning: 'htmlAttrAllowed' is deprecated [-Wdeprecated-declarations] 412 | switch (htmlAttrAllowed(desc, (xmlChar*)*a, 2-enforce)) { | ^