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