Merge pull request #6403 from adpi2/fix-6398

Silence unused-nowarn in meta-build
This commit is contained in:
eugene yokota 2021-03-18 15:46:35 -04:00 committed by GitHub
commit cc94de91b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1172,6 +1172,7 @@ private[sbt] object Load {
opts opts
) )
}, },
scalacOptions += "-Wconf:cat=unused-nowarn:s",
onLoadMessage := ("loading project definition from " + baseDirectory.value) onLoadMessage := ("loading project definition from " + baseDirectory.value)
) )
) )