mirror of https://github.com/nginx/nginx
Configure: enable -Wconditional-uninitialized with clang.
This commit is contained in:
parent
67b0d16546
commit
618e12f679
|
|
@ -82,6 +82,7 @@ fi
|
|||
# warnings
|
||||
|
||||
CFLAGS="$CFLAGS $NGX_CLANG_OPT -Wall -Wextra -Wpointer-arith"
|
||||
CFLAGS="$CFLAGS -Wconditional-uninitialized"
|
||||
#CFLAGS="$CFLAGS -Wmissing-prototypes"
|
||||
|
||||
# we have a lot of unused function arguments
|
||||
|
|
|
|||
Loading…
Reference in New Issue