Merge "Remove unneeded -Wno-dangling-field flag"

This commit is contained in:
Yi Kong
2018-12-07 21:59:21 +00:00
committed by Gerrit Code Review

View File

@@ -189,9 +189,6 @@ func init() {
// Disable this warning because we don't care about behavior with older compilers. // Disable this warning because we don't care about behavior with older compilers.
"-Wno-return-std-move-in-c++11", "-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 // Extra cflags for projects under external/ directory