mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Removed extraneous GCC warning flags.
This commit is contained in:
parent
45d2ae646b
commit
7f3a352e5a
1 changed files with 0 additions and 3 deletions
|
|
@ -156,9 +156,6 @@ case "$NGX_GCC_VER" in
|
|||
3.* | 4.* )
|
||||
# we have a lot of the unused function arguments
|
||||
CFLAGS="$CFLAGS -Wno-unused-parameter"
|
||||
CFLAGS="$CFLAGS -Wunused-function"
|
||||
CFLAGS="$CFLAGS -Wunused-variable"
|
||||
CFLAGS="$CFLAGS -Wunused-value"
|
||||
# 4.2.1 shows the warning in wrong places
|
||||
#CFLAGS="$CFLAGS -Wunreachable-code"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue