Suppress more ErrorProne warnings. Change-Id: I77919a0e8841ae2533486ef570e2858f97d29473
diff --git a/dev/BUILD b/dev/BUILD index 59389b7..701ceb4 100644 --- a/dev/BUILD +++ b/dev/BUILD
@@ -132,6 +132,7 @@ "-Xep:MissingCasesInEnumSwitch:OFF", "-Xep:FallThrough:OFF", "-Xep:ReturnValueIgnored:OFF", + "-Xep:EqualsIncompatibleType:OFF", ], deps = [ ":compiler.standalone.super", @@ -207,6 +208,7 @@ "-Xep:MissingCasesInEnumSwitch:OFF", "-Xep:FallThrough:OFF", "-Xep:ReturnValueIgnored:OFF", + "-Xep:EqualsIncompatibleType:OFF", ], deps = [ ":compiler.standalone.super", @@ -305,7 +307,8 @@ "-Xep:SelfEquals:OFF", "-Xep:FallThrough:OFF", "-Xep:ReturnValueIgnored:OFF", - ], + "-Xep:EqualsIncompatibleType:OFF", + ], deps = [ ":compiler.standalone.super", ":gwt-dev-bare",
diff --git a/user/BUILD b/user/BUILD index 0fdecf9..dadcf81 100644 --- a/user/BUILD +++ b/user/BUILD
@@ -100,6 +100,7 @@ "-Xep:SelfEquals:OFF", "-Xep:FallThrough:OFF", "-Xep:ReturnValueIgnored:OFF", + "-Xep:EqualsIncompatibleType:OFF", ], plugins = [ "//java/com/google/devtools/build/buildjar/plugin/gwt", @@ -145,7 +146,8 @@ "-Xep:SelfEquals:OFF", "-Xep:FallThrough:OFF", "-Xep:ReturnValueIgnored:OFF", - ], + "-Xep:EqualsIncompatibleType:OFF", + ], deps = [ "//third_party/java_src/gwt/svn/trunk/dev:requestfactory-apt-deps", ], @@ -547,6 +549,7 @@ "-Xep:MissingCasesInEnumSwitch:OFF", "-Xep:FallThrough:OFF", "-Xep:ReturnValueIgnored:OFF", + "-Xep:EqualsIncompatibleType:OFF", ], deps = [ "//third_party/java/jsr305_annotations",