Merge "Switch to clang-r339409." am: ee15f2a7c7
am: f4fe6300e6
am: 0d4428935d
Change-Id: I0e5e63749ffcb5b9ca7acb2380a6be769910211d
This commit is contained in:
@@ -178,6 +178,18 @@ func init() {
|
||||
// Disable c++98-specific warning since Android is not concerned with C++98
|
||||
// compatibility.
|
||||
"-Wno-c++98-compat-extra-semi",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-self-assign-overloaded",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-constant-logical-operand",
|
||||
|
||||
// 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
|
||||
|
Reference in New Issue
Block a user