diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index 8c30e8084c..3a57215144 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -19,9 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) { val scalaCompileSettings = Seq("-deprecation", "-Xmigration", - //"-Xcheckinit", //Only use occasionally, should never be used for production jars - "-optimise", - "-Xwarninit", + //"-optimise", "-encoding", "utf8") val javaCompileSettings = Seq("-Xlint:unchecked")