1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Strict prototypes are no use until someone rewrites the config API.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ben Laurie
2000-03-18 11:09:52 +00:00
parent ebcf9fddd8
commit f4dc950437

View File

@@ -111,6 +111,8 @@ fi
dnl ## Checking command-line options
test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
EXTRA_CFLAGS="$EXTRA_CFLAGS -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"
test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "y2" && \
EXTRA_CFLAGS="$EXTRA_CFLAGS -g -Wall -Werror -Wmissing-declarations"
APACHE_ENABLE_LAYOUT
APACHE_ENABLE_MODULES