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

Commit 03b2e2fc authored by Zijun Zhao's avatar Zijun Zhao Committed by Gerrit Code Review
Browse files

Merge "Adding "-Werror=dangling" on Android builds" into main

parents cd329088 7436834a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ var (
	// opting into the warning.
	noOverrideGlobalCflags = []string{
		"-Werror=bool-operation",
		"-Werror=dangling",
		"-Werror=format-insufficient-args",
		"-Werror=implicit-int-float-conversion",
		"-Werror=int-in-bool-context",