Suppress warnings when compiling runtime for tests
This commit is contained in:
@@ -64,6 +64,7 @@ public class ForTestCompileRuntime {
|
||||
"-src", "./libraries/stdlib/src",
|
||||
"-noStdlib",
|
||||
"-noJdkAnnotations",
|
||||
"-suppress", "warnings",
|
||||
"-annotations", "./jdk-annotations",
|
||||
"-classpath", "out/production/runtime");
|
||||
if (exitCode != ExitCode.OK) {
|
||||
|
||||
Reference in New Issue
Block a user