Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81ae08b

Browse files
cushondamienmg
authored andcommitted
Suppress error for non-exhaustive switches
Change-Id: I4fee049a92201fc8995e7aaa860f123101016480
1 parent 0785cbb commit 81ae08b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • third_party/checker_framework_dataflow

third_party/checker_framework_dataflow/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ filegroup(
1010
java_library(
1111
name = "checker_framework_dataflow",
1212
srcs = glob(["java/**"]),
13+
javacopts = ["-Xep:MissingCasesInEnumSwitch:OFF"],
1314
deps = [
1415
"//third_party/checker_framework_javacutil",
1516
"@local_jdk//:langtools-neverlink",

0 commit comments

Comments
 (0)