[nginx] svn commit: r4768 - trunk/auto/cc
ru at nginx.com
ru at nginx.com
Sun Jul 29 19:45:31 UTC 2012
Author: ru
Date: 2012-07-29 19:45:30 +0000 (Sun, 29 Jul 2012)
New Revision: 4768
URL: http://trac.nginx.org/nginx/changeset/4768/nginx
Log:
Removed extraneous GCC warning flags.
Modified:
trunk/auto/cc/gcc
Modified: trunk/auto/cc/gcc
===================================================================
--- trunk/auto/cc/gcc 2012-07-29 19:44:09 UTC (rev 4767)
+++ trunk/auto/cc/gcc 2012-07-29 19:45:30 UTC (rev 4768)
@@ -156,9 +156,6 @@
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"
;;
More information about the nginx-devel
mailing list