https://bz.apache.org/bugzilla/show_bug.cgi?id=63633
--- Comment #7 from Mike Lothian <[email protected]> --- I've ran the build though RHEL7 with your patch It does compile but I'm seeing these messages in the logs: mod_proxy_html.c:37:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Werror=comment" ^ /apps/was/jenkins/workspace/Compile_HTTPD/apr-1.7.0/libtool --silent --mode=link gcc -std=gnu99 -I/usr/include/libxml2 -pthread -O3 -march=corei7-avx -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -o mod_buffer.la -rpath /apps/was/apache/modules -module -avoid-version mod_buffer.lo mod_xml2enc.c:32:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Werror=comment" ^ That's with: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
