Configure: added gcc5 to the list of known GCC versions.

This commit is contained in:
Valentin Bartenev 2015-06-10 19:18:20 +03:00
parent 72125c7a22
commit 93874766db

View File

@ -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