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

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

Merge "Remove unneeded -Wno-dangling-field flag" am: 3412046c am: a9d3b3a9

am: a2eae4df

Change-Id: I64c0f10bb4254291ce6ed49d9c8c1232faf79137
parents 2a5ec750 a2eae4df
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -184,9 +184,6 @@ func init() {

		// Disable this warning because we don't care about behavior with older compilers.
		"-Wno-return-std-move-in-c++11",

		// Disable this warning until we can fix all instances where it fails.
		"-Wno-dangling-field",
	}, " "))

	// Extra cflags for projects under external/ directory to disable warnings that are infeasible