Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-16 10:10:12 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-03-16 10:10:12 +0300
commit10a543a810ac78eb5d754302b001debf9cd420c4 (patch)
treea4a4f43835bed4549007b82db516d460fc86c555 /auto
parent5596ede94ed311bb9d16ee11f6f68c97eb46d836 (diff)
nginx-0.0.2-2004-03-16-10:10:12 import
Diffstat (limited to 'auto')
-rw-r--r--auto/cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/auto/cc b/auto/cc
index 4e89d9dba..9c5459d58 100644
--- a/auto/cc
+++ b/auto/cc
@@ -131,6 +131,7 @@ case $CC in
# warnings
CFLAGS="$CFLAGS -w1"
+ #CFLAGS="$CFLAGS -w2"
# stop on warning
CFLAGS="$CFLAGS -Werror"
@@ -189,8 +190,8 @@ case $CC in
CFLAGS="$CFLAGS $CPU_OPT"
# warnings
- CFLAGS="$CFLAGS -W3"
- #CFLAGS="$CFLAGS -W4"
+ #CFLAGS="$CFLAGS -W3"
+ CFLAGS="$CFLAGS -W4"
# stop on warning
CFLAGS="$CFLAGS -WX"