Merge "Remove unneeded -Wno-dangling-field flag" am: 3412046caf am: a9d3b3a947

am: a2eae4dfe7

Change-Id: I64c0f10bb4254291ce6ed49d9c8c1232faf79137
This commit is contained in:
Yi Kong 2018-12-07 14:29:15 -08:00 committed by android-build-merger
commit bca848a420
1 changed files with 0 additions and 3 deletions

View File

@ -184,9 +184,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 to disable warnings that are infeasible