From: Ruslan Ermilov Date: Sun, 29 Jul 2012 19:45:30 +0000 (+0000) Subject: Removed extraneous GCC warning flags. X-Git-Tag: release-1.3.4~5 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4;p=nginx.git Removed extraneous GCC warning flags. --- 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" ;;