summaryrefslogtreecommitdiffhomepage
path: root/auto/cc/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'auto/cc/gcc')
-rw-r--r--auto/cc/gcc3
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc
index de666a34c..1676641f3 100644
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -155,9 +155,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"
;;