Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Haley Sapphie Owsianko
ACC-project
Commits
a81981a1
Commit
a81981a1
authored
Mar 13, 2021
by
Sapphie
Browse files
Add unused variable warnings
parent
8d7bd142
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/build.sbt
View file @
a81981a1
...
...
@@ -18,6 +18,8 @@ lazy val root = (project in file("."))
scalacOptions
++=
Seq
(
"-feature"
,
"-deprecation"
,
"-unchecked"
,
//"-Ypatmat-exhaust-depth", "320",
"-Xlint:unused"
,
"-encoding"
,
"utf-8"
),
// Main configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment