summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-02-28 02:32:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-28 02:32:28 +0000
commitabe1d26c9ed8ef7fb4e465903bf9821627a77e33 (patch)
treec0673415d86aa636c36d95010c8ab210d7b73bdb
parentf85d853eb1a39c03323eab6082f1dc7708b01262 (diff)
parentb128d895146352cce0e9e0347f2d4d6471c1d824 (diff)
downloaderror_prone-abe1d26c9ed8ef7fb4e465903bf9821627a77e33.tar.gz
Revert "Errorprone: Make CheckReturnValue fatal"
am: b128d89514 Change-Id: I3d25bfacbd31fe59e9002e38db0c2653716127b7
-rw-r--r--soong/error_prone.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/soong/error_prone.go b/soong/error_prone.go
index 8f7aea1..d78146c 100644
--- a/soong/error_prone.go
+++ b/soong/error_prone.go
@@ -38,7 +38,6 @@ func init() {
"-Xep:AsyncFunctionReturnsNull:ERROR",
"-Xep:BundleDeserializationCast:ERROR",
"-Xep:ChainingConstructorIgnoresParameter:ERROR",
- "-Xep:CheckReturnValue:ERROR",
"-Xep:ComparisonOutOfRange:ERROR",
"-Xep:CompatibleWithAnnotationMisuse:ERROR",
"-Xep:CompileTimeConstant:ERROR",