diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-22 00:00:09 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-21 11:00:09 -0400 |
commit | 3563638693fa2736fd86f4cae711a276b548050b (patch) | |
tree | 05b8a0dff024b6862a8d4d44cff0584d286902d8 /build_extra/flatbuffers | |
parent | 89c7554d4a9f9b4c83a91b43575db9aa5d3964a4 (diff) |
Fix some warnings (#379)
Diffstat (limited to 'build_extra/flatbuffers')
-rw-r--r-- | build_extra/flatbuffers/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
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", ] } } |