From 142aedd3293a004a25b0606640a629f078679462 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sat, 16 Feb 2019 01:06:26 +0900 Subject: remove unnecessary build opt (#1783) --- build_extra/flatbuffers/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build_extra') 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", ] -- cgit v1.2.3