8295719: Remove unneeded disabled warnings in jdk.sctp
Reviewed-by: erikj, dfuchs
This commit is contained in:
parent
9612cf998a
commit
de1e0c57a7
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
|
# Copyright (c) 2011, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -34,8 +34,6 @@ ifeq ($(call isTargetOsType, unix), true)
|
|||||||
NAME := sctp, \
|
NAME := sctp, \
|
||||||
OPTIMIZATION := LOW, \
|
OPTIMIZATION := LOW, \
|
||||||
CFLAGS := $(CFLAGS_JDKLIB), \
|
CFLAGS := $(CFLAGS_JDKLIB), \
|
||||||
DISABLED_WARNINGS_gcc := undef, \
|
|
||||||
DISABLED_WARNINGS_clang := undef, \
|
|
||||||
EXTRA_HEADER_DIRS := \
|
EXTRA_HEADER_DIRS := \
|
||||||
$(call GetJavaHeaderDir, java.base) \
|
$(call GetJavaHeaderDir, java.base) \
|
||||||
java.base:libnet \
|
java.base:libnet \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user