mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 11:38:36 +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
|
case "$NGX_GCC_VER" in
|
||||||
3.* | 4.* )
|
[3-5].*)
|
||||||
# we have a lot of the unused function arguments
|
# we have a lot of the unused function arguments
|
||||||
CFLAGS="$CFLAGS -Wno-unused-parameter"
|
CFLAGS="$CFLAGS -Wno-unused-parameter"
|
||||||
# 4.2.1 shows the warning in wrong places
|
# 4.2.1 shows the warning in wrong places
|
||||||
|
Loading…
Reference in New Issue
Block a user