Skip to content

Commit 444fd97

Browse files
committed
chore: disable all the warnings for now in stdlib
1 parent 8614f88 commit 444fd97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ object Build {
293293
"-deprecation",
294294
"-unchecked",
295295
//"-Wconf:cat=deprecation&msg=Unsafe:s", // example usage
296-
"-Xfatal-warnings", // -Werror in modern usage
296+
//"-Xfatal-warnings", // -Werror in modern usage
297+
"-nowarn",
297298
"-encoding", "UTF8",
298299
"-language:implicitConversions",
299300
),

0 commit comments

Comments
 (0)