Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8261109: [macOS] Remove disabled warning for JNF in make/autoconf/fla…
Browse files Browse the repository at this point in the history
…gs-cflags.m4

Reviewed-by: serb, ihse, erikj
  • Loading branch information
prrace committed Feb 4, 2021
1 parent c59e4b6 commit 3bb6a3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions make/autoconf/flags-cflags.m4
Expand Up @@ -168,11 +168,6 @@ AC_DEFUN([FLAGS_SETUP_WARNINGS],
DISABLED_WARNINGS="unknown-warning-option unused-parameter unused"
if test "x$OPENJDK_TARGET_OS" = xmacosx; then
# missing-method-return-type triggers in JavaNativeFoundation framework
DISABLED_WARNINGS="$DISABLED_WARNINGS missing-method-return-type"
fi
;;
xlc)
Expand Down
3 changes: 0 additions & 3 deletions make/modules/java.base/Lib.gmk
Expand Up @@ -96,8 +96,6 @@ $(BUILD_LIBNIO): $(BUILD_LIBNET)
# Create the macosx security library

ifeq ($(call isTargetOs, macosx), true)
# JavaNativeFoundation framework not supported in static builds
ifneq ($(STATIC_BUILD), true)

$(eval $(call SetupJdkLibrary, BUILD_LIBOSXSECURITY, \
NAME := osxsecurity, \
Expand All @@ -120,7 +118,6 @@ ifeq ($(call isTargetOs, macosx), true)

TARGETS += $(BUILD_LIBOSXSECURITY)

endif
endif

################################################################################
Expand Down

0 comments on commit 3bb6a3d

Please sign in to comment.