[nginx] svn commit: r4761 - trunk/auto/cc
ru at nginx.com
ru at nginx.com
Tue Jul 24 15:13:34 UTC 2012
Author: ru
Date: 2012-07-24 15:13:34 +0000 (Tue, 24 Jul 2012)
New Revision: 4761
URL: http://trac.nginx.org/nginx/changeset/4761/nginx
Log:
Added a commented out -Wmissing-prototypes to CFLAGS.
It is commented out to not break builds with 3rd party modules.
Modified:
trunk/auto/cc/gcc
Modified: trunk/auto/cc/gcc
===================================================================
--- trunk/auto/cc/gcc 2012-07-24 15:09:54 UTC (rev 4760)
+++ trunk/auto/cc/gcc 2012-07-24 15:13:34 UTC (rev 4761)
@@ -149,6 +149,7 @@
CFLAGS="$CFLAGS -Wall -Wpointer-arith"
#CFLAGS="$CFLAGS -Wconversion"
#CFLAGS="$CFLAGS -Winline"
+#CFLAGS="$CFLAGS -Wmissing-prototypes"
case "$NGX_GCC_VER" in
More information about the nginx-devel
mailing list