commit | 3412046caffef031e3a0bf4b8a300f5e98d8731a | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Dec 07 21:59:21 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 07 21:59:21 2018 +0000 |
tree | 12327cd4c03ebc97227922706e7e7fdfc9f45f91 | |
parent | 98f91d4f726beb1c8e726902fcc2c066b7c59b29 [diff] | |
parent | d218df1b2fa65dc06bd30dfad8359ca1442102fe [diff] |
Merge "Remove unneeded -Wno-dangling-field flag"
diff --git a/cc/config/clang.go b/cc/config/clang.go index ae13fa2..6996680 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go
@@ -189,9 +189,6 @@ // Disable this warning because we don't care about behavior with older compilers. "-Wno-return-std-move-in-c++11", - - // Disable this warning until we can fix all instances where it fails. - "-Wno-dangling-field", }, " ")) // Extra cflags for projects under external/ directory