summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-07-29 19:45:30 +0000
committerRuslan Ermilov <ru@nginx.com>2012-07-29 19:45:30 +0000
commit7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4 (patch)
tree8b7d0b8a7397f345b9e87c4496147f952017c54d
parent45d2ae646bf105229ae60d569d28138082dc7baf (diff)
downloadnginx-7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4.tar.gz
nginx-7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4.tar.bz2
Removed extraneous GCC warning flags.
-rw-r--r--auto/cc/gcc3
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc
index 1740a5fc5..c27d857e3 100644
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -156,9 +156,6 @@ case "$NGX_GCC_VER" in
3.* | 4.* )
# we have a lot of the unused function arguments
CFLAGS="$CFLAGS -Wno-unused-parameter"
- CFLAGS="$CFLAGS -Wunused-function"
- CFLAGS="$CFLAGS -Wunused-variable"
- CFLAGS="$CFLAGS -Wunused-value"
# 4.2.1 shows the warning in wrong places
#CFLAGS="$CFLAGS -Wunreachable-code"
;;