# HG changeset patch # User Valentin Bartenev # Date 1433953100 -10800 # Node ID c041f1e0655f786db5cf1a3e79ca1f464fec0258 # Parent 4d25ec8f0adb8aa1c17c491e54d434d666d8c2bc Configure: added gcc5 to the list of known GCC versions. diff --git a/auto/cc/gcc b/auto/cc/gcc --- a/auto/cc/gcc +++ b/auto/cc/gcc @@ -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