mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
Configure: added gcc5 to the list of known GCC versions.
This commit is contained in:
parent
72125c7a22
commit
93874766db
@ -153,7 +153,7 @@ CFLAGS="$CFLAGS -Wall -Wpointer-arith"
|
||||
|
||||
|
||||
case "$NGX_GCC_VER" in
|
||||
3.* | 4.* )
|
||||
[3-5].*)
|
||||
# we have a lot of the unused function arguments
|
||||
CFLAGS="$CFLAGS -Wno-unused-parameter"
|
||||
# 4.2.1 shows the warning in wrong places
|
||||
|
Loading…
Reference in New Issue
Block a user