mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Added a commented out -Wmissing-prototypes to CFLAGS.
It is commented out to not break builds with 3rd party modules.
This commit is contained in:
parent
1efcca36cc
commit
2d60cd7efa
@ -149,6 +149,7 @@ CFLAGS="$CFLAGS ${NGX_GCC_OPT:--O} -W"
|
|||||||
CFLAGS="$CFLAGS -Wall -Wpointer-arith"
|
CFLAGS="$CFLAGS -Wall -Wpointer-arith"
|
||||||
#CFLAGS="$CFLAGS -Wconversion"
|
#CFLAGS="$CFLAGS -Wconversion"
|
||||||
#CFLAGS="$CFLAGS -Winline"
|
#CFLAGS="$CFLAGS -Winline"
|
||||||
|
#CFLAGS="$CFLAGS -Wmissing-prototypes"
|
||||||
|
|
||||||
|
|
||||||
case "$NGX_GCC_VER" in
|
case "$NGX_GCC_VER" in
|
||||||
|
Loading…
Reference in New Issue
Block a user