/[Apache-SVN]
ViewVC logotype

Revision 1812263


Jump to revision: Previous Next
Author: rjung
Date: Mon Oct 16 09:22:38 2017 UTC (6 years, 6 months ago)
Changed paths: 1
Log Message:
Fix maintainer mode with GCC/Clang.

Setting -Wstrict-prototypes in combination
with -Werror leads to compiler errors during
configure checks (autoconf generates incomplete
prototypes).

Adding -Wno-error=strict-prototypes lets the
compiler tolerate those.

Possible future enhancement: remember such
"configure time only" flags and remove them
from CFLAGS before generating our build time
files (Makefile, config_vars.mk etc.), so that
the full -Werror is in place during building.


Changed paths

Path Details
Directoryhttpd/httpd/trunk/configure.in modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26