Merge "Remove unneeded -Wno-dangling-field flag" am: 3412046caf
am: a9d3b3a947
Change-Id: Ibbd5e1cff74266844feb3b3c4c02f51d00ad7d40
This commit is contained in:
@@ -190,9 +190,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
|
||||
|
Reference in New Issue
Block a user