diff options
-rw-r--r-- | build_extra/flatbuffers/BUILD.gn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build_extra/flatbuffers/BUILD.gn b/build_extra/flatbuffers/BUILD.gn index b56731935..39db6b80d 100644 --- a/build_extra/flatbuffers/BUILD.gn +++ b/build_extra/flatbuffers/BUILD.gn @@ -13,11 +13,6 @@ config("flatbuffers_config") { cflags = [ "-Wno-exit-time-destructors", "-Wno-header-hygiene", - - # TODO: rust branch of flatbuffers has this warning. - # This should be removed when the branch fixed. - "-Wno-return-type", - "-fcolor-diagnostics", "-fansi-escape-codes", ] |