Merge "Remove '-Wno-return-std-move-in-c++11' flag" am: 23482a55ae
am: c426b4e57f
am: 488636d61f
am: d25bfddd15
Change-Id: I70f52cff371fd5f8f07c760f76f5d7adab1f0644
This commit is contained in:
commit
535b879b3b
1 changed files with 0 additions and 3 deletions
|
@ -171,9 +171,6 @@ 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 because we don't care about behavior with older compilers.
|
||||
"-Wno-return-std-move-in-c++11",
|
||||
}, " "))
|
||||
|
||||
// Extra cflags for projects under external/ directory to disable warnings that are infeasible
|
||||
|
|
Loading…
Reference in a new issue