From 2d60cd7efa90108e4450525c9be911e924d7d7ed Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:13:34 +0000 Subject: [PATCH] Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules. --- auto/cc/gcc | 1 + 1 file changed, 1 insertion(+) 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