Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d472c61 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Remove -Wno-c++98-compat-extra-semi warning flag"

am: 444c809b

Change-Id: I051da354812a7af3b80eef260615ed261ae1c6c8
parents 0a52b0ea 444c809b
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -163,10 +163,6 @@ func init() {
		// new warnings are fixed.
		// new warnings are fixed.
		"-Wno-tautological-constant-compare",
		"-Wno-tautological-constant-compare",
		"-Wno-tautological-type-limit-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
	// Extra cflags for projects under external/ directory to disable warnings that are infeasible