mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue