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

am: 3412046caf

Change-Id: If82dad79f357ba4c59a0e24f7b15b6285051a511
This commit is contained in:
Yi Kong
2018-12-07 14:21:07 -08:00
committed by android-build-merger

View File

@@ -189,9 +189,6 @@ func init() {
// 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