diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-02-16 01:06:26 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-15 11:06:26 -0500 |
commit | 142aedd3293a004a25b0606640a629f078679462 (patch) | |
tree | 1f3a6354d8b6324e281b7fb768f87d91efb4999c | |
parent | fe0ceae54373c0e12b36111b886a06c800f86c20 (diff) |
remove unnecessary build opt (#1783)
-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", ] |