Skip to content

Commit dc6f820

Browse files
FuzzTest Teamcopybara-github
authored andcommitted
Internal Code Change
PiperOrigin-RevId: 889816903
1 parent eb7c361 commit dc6f820

File tree

1 file changed

+0
-4
lines changed
  • grammar_codegen/generated_antlr_parser

1 file changed

+0
-4
lines changed

grammar_codegen/generated_antlr_parser/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ cc_library(
3636
],
3737
copts = [
3838
"-fexceptions",
39-
# FIXME: antlr generates broken C++ code that attempts to construct
40-
# a std::string from nullptr. It's not clear whether the relevant
41-
# constructs are reachable.
42-
"-Wno-nonnull",
4339
],
4440
features = ["-use_header_modules"], # Incompatible with -fexceptions.
4541
deps = ["@antlr_cpp//:antlr4-cpp-runtime"],

0 commit comments

Comments
 (0)