Removed unchecked warning (#47)

This commit is contained in:
Denis Karmyshakov 2018-02-09 19:37:46 +03:00 committed by Gavriil Sitnikov
parent 3004f0dde8
commit 8569d8d17e
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ gradle.projectsEvaluated {
"-Xlint:finally" <<
"-Xlint:overrides" <<
"-Xlint:path" <<
"-Xlint:unchecked" <<
"-Werror"
}