From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:13:34 +0000 (+0000) Subject: Added a commented out -Wmissing-prototypes to CFLAGS. X-Git-Tag: release-1.3.4~12 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=2d60cd7efa90108e4450525c9be911e924d7d7ed;p=nginx.git Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules. --- diff --git a/auto/cc/gcc b/auto/cc/gcc index de666a34c..1740a5fc5 100644 --- a/auto/cc/gcc +++ b/auto/cc/gcc @@ -149,6 +149,7 @@ CFLAGS="$CFLAGS ${NGX_GCC_OPT:--O} -W" CFLAGS="$CFLAGS -Wall -Wpointer-arith" #CFLAGS="$CFLAGS -Wconversion" #CFLAGS="$CFLAGS -Winline" +#CFLAGS="$CFLAGS -Wmissing-prototypes" case "$NGX_GCC_VER" in