]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/filters/mod_proxy_html.c, modules/filters/mod_xml2enc.c:
authorJoe Orton <jorton@apache.org>
Tue, 6 Aug 2019 07:54:24 +0000 (07:54 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 6 Aug 2019 07:54:24 +0000 (07:54 +0000)
commit963c1c8fac2dd3df03ff453717d4364b6ac9306c
tree3d738dc2dc03709d9edbd3cedc36a71769139802
parenta7eadc31c9133043e755b1888ca398002616108e
* modules/filters/mod_proxy_html.c, modules/filters/mod_xml2enc.c:
  Fix gcc 9 warnings in code attempting to reduce gcc warnings.
  (should have used expat...)

mod_xml2enc.c:26:28: warning: "/*" within comment [-Wcomment]
   26 | /* libxml2 includes unicode/*.h files which uses C++ comments */
      |
mod_proxy_html.c:32:28: warning: "/*" within comment [-Wcomment]
   32 | /* libxml2 includes unicode/*.h files which uses C++ comments */
      |

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864464 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_proxy_html.c
modules/filters/mod_xml2enc.c