From 18a608b1f80f0e9b030775bcb9c5aaab2e5148f9 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Sat, 28 Sep 2013 01:48:40 -0700 Subject: [PATCH] Suppress warnings when compiling runtime for tests --- .../jet/codegen/forTestCompile/ForTestCompileRuntime.java | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java b/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java index 04bbb916487..51938e10f2b 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java +++ b/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java @@ -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) {