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 ba44fae commit 319a3f6Copy full SHA for 319a3f6
compilation/src/main/dotc/scala/tools/benchmark/BenchmarkDriver.scala
@@ -15,6 +15,7 @@ trait BenchmarkDriver extends BaseBenchmarkDriver {
15
ctx.setSetting(ctx.settings.outputDir, dotty.tools.io.AbstractFile.getDirectory(tempDir.getAbsolutePath))
16
ctx.setSetting(ctx.settings.language, List("Scala2"))
17
ctx.setSetting(ctx.settings.YdropComments, true)
18
+ ctx.setSetting(ctx.settings.silentWarnings, true)
19
val compiler = new dotty.tools.dotc.Compiler
20
val reporter = dotty.tools.dotc.Bench.doCompile(compiler, allArgs)
21
assert(!reporter.hasErrors)
0 commit comments