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

Commit d0ce0fbf authored by Yi Kong's avatar Yi Kong
Browse files

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

hidl/aidl actually does concern about this warning. After fixing their
codebase, this flag is no longer needed.

Test: presubmit
Change-Id: Id88abea88137be0f873c21db76644fe78b9045c8
parent 84dfc3d3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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