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

Commit 3412046c authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "Remove unneeded -Wno-dangling-field flag"

parents 98f91d4f d218df1b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -189,9 +189,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