< prev index next >

jdk/make/lib/Lib-jdk.sctp.gmk

Print this page

        

*** 31,40 **** --- 31,43 ---- ifeq (, $(filter $(OPENJDK_TARGET_OS), macosx aix)) # Suppress unused parameters required by exported JNI functions. SCTP_WERROR := -Werror -Wno-error=unused-parameter + ifeq ($(WARNINGS_AS_ERRORS),false) + SCTP_WERROR := + endif ifeq ($(OPENJDK_TARGET_CPU_ARCH), ppc) SCTP_WERROR := endif $(eval $(call SetupNativeCompilation,BUILD_LIBSCTP, \
< prev index next >