Skip to content

Commit 40f43c6

Browse files
Adam Farleymagicus
Adam Farley
authored andcommittedMay 12, 2022
8286601: Mac Aarch: Excessive warnings to be ignored for build jdk
Reviewed-by: erikj
1 parent be97b4b commit 40f43c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎make/autoconf/flags-cflags.m4

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ AC_DEFUN([FLAGS_SETUP_WARNINGS],
180180
181181
clang)
182182
DISABLE_WARNING_PREFIX="-Wno-"
183+
BUILD_CC_DISABLE_WARNING_PREFIX="-Wno-"
183184
CFLAGS_WARNINGS_ARE_ERRORS="-Werror"
184185
185186
# Additional warnings that are not activated by -Wall and -Wextra

0 commit comments

Comments
 (0)
Please sign in to comment.