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

Commit b5d11197 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Enable -Wpragma-pack warnings as errors."

parents f3c24c12 2cdbdf10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ var (
		"-fno-strict-aliasing",

		"-Werror=date-time",
		"-Werror=pragma-pack",
		"-Werror=pragma-pack-suspicious-include",
	}

	commonGlobalConlyflags = []string{}