From 3563638693fa2736fd86f4cae711a276b548050b Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 22 Jul 2018 00:00:09 +0900 Subject: Fix some warnings (#379) --- build_extra/flatbuffers/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build_extra/flatbuffers') diff --git a/build_extra/flatbuffers/BUILD.gn b/build_extra/flatbuffers/BUILD.gn index b46cb3d2c..d3ace99c5 100644 --- a/build_extra/flatbuffers/BUILD.gn +++ b/build_extra/flatbuffers/BUILD.gn @@ -13,6 +13,10 @@ 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", ] } } -- cgit v1.2.3