We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72084e commit 40e22ddCopy full SHA for 40e22dd
wasm/mx.wasm/suite.py
@@ -93,6 +93,9 @@
93
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
94
"workingSets" : "WebAssembly",
95
"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",
99
},
100
101
"org.graalvm.wasm.launcher" : {
0 commit comments