mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-11 15:38:44 +00:00
8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1
Reviewed-by: mduigou, dxu, erikj, ihse
This commit is contained in:
parent
e4ff601011
commit
a4e294381f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user