8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1

Reviewed-by: mduigou, dxu, erikj, ihse
This commit is contained in:
Chris Hegarty 2013-10-23 13:43:12 +01:00
parent e4ff601011
commit a4e294381f

View File

@ -150,7 +150,8 @@ ifeq ($(OPENJDK_TARGET_OS_API), posix)
ifneq ($(OPENJDK_TARGET_OS), macosx)
SCTP_WERROR := -Werror
# Suppress unused parameters required by exported JNI functions.
SCTP_WERROR := -Werror -Wno-error=unused-parameter
ifeq ($(OPENJDK_TARGET_CPU_ARCH), ppc)
SCTP_WERROR :=
endif