Removing warninit from project def
This commit is contained in:
parent
f853c05031
commit
c70a37f630
1 changed files with 0 additions and 2 deletions
|
|
@ -19,9 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
val scalaCompileSettings =
|
||||
Seq("-deprecation",
|
||||
"-Xmigration",
|
||||
//"-Xcheckinit",
|
||||
//"-optimise",
|
||||
"-Xwarninit",
|
||||
"-encoding", "utf8")
|
||||
|
||||
val javaCompileSettings = Seq("-Xlint:unchecked")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue