Skip to content

Commit 3b0a2ee

Browse files
committed
Ignore javac warnings temporarily until sun.misc.* API usages are migrated
1 parent 931560f commit 3b0a2ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@
460460
"forceJavac": True, # GRAALPYTHON_PROCESSOR is not compatible with ECJ
461461
"workingSets": "Truffle,Python",
462462
"spotbugsIgnoresGenerated": True,
463+
# GR-60063: this disables all javac warnings
464+
"javac.lint.overrides" : "none",
463465
},
464466

465467
# GRAALPYTHON_UNIT_TESTS

0 commit comments

Comments
 (0)