Merge "Remove -Wno-c++98-compat-extra-semi warning flag" am: 444c809bbc am: 3d472c61aa

am: 2f0bc4f791

Change-Id: Ifc9626c77b0157f148a9f2604524a4f6d767b6bb
This commit is contained in:
Yi Kong
2019-10-01 22:57:17 -07:00
committed by android-build-merger

View File

@@ -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