Merge "Remove -Wno-c++98-compat-extra-semi warning flag"
am: 444c809bbc
Change-Id: I051da354812a7af3b80eef260615ed261ae1c6c8
This commit is contained in:
commit
3d472c61aa
1 changed files with 0 additions and 4 deletions
|
@ -163,10 +163,6 @@ func init() {
|
|||
// new warnings are fixed.
|
||||
"-Wno-tautological-constant-compare",
|
||||
"-Wno-tautological-type-limit-compare",
|
||||
|
||||
// Disable c++98-specific warning since Android is not concerned with C++98
|
||||
// compatibility.
|
||||
"-Wno-c++98-compat-extra-semi",
|
||||
}, " "))
|
||||
|
||||
// Extra cflags for projects under external/ directory to disable warnings that are infeasible
|
||||
|
|
Loading…
Reference in a new issue