Merge "Remove '-Wno-return-std-move-in-c++11' flag" am: 23482a55ae
am: c426b4e57f
am: 488636d61f
Change-Id: I9175ec83fbec264240fd0c71b61278c848be4d1f
This commit is contained in:
@@ -171,9 +171,6 @@ func init() {
|
|||||||
// Disable c++98-specific warning since Android is not concerned with C++98
|
// Disable c++98-specific warning since Android is not concerned with C++98
|
||||||
// compatibility.
|
// compatibility.
|
||||||
"-Wno-c++98-compat-extra-semi",
|
"-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
|
// Extra cflags for projects under external/ directory to disable warnings that are infeasible
|
||||||
|
Reference in New Issue
Block a user