Skip to content

Commit 40e22dd

Browse files
committed
wasm: adopt "JDK-8332744: [REDO] 'internal proprietary API' diagnostics if --system is configured to an earlier JDK version"
1 parent c72084e commit 40e22dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wasm/mx.wasm/suite.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
9494
"workingSets" : "WebAssembly",
9595
"license" : "UPL",
96+
# "JDK-8332744: [REDO] 'internal proprietary API' diagnostics if --system is configured to an earlier JDK version"
97+
# is a fatal error with -Werror, can only be suppressed with `-Xlint:none`.
98+
"javac.lint.overrides" : "none",
9699
},
97100

98101
"org.graalvm.wasm.launcher" : {

0 commit comments

Comments
 (0)