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

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

Merge "Remove -Wno-format-pedantic cflag" am: aefd0af5 am: 65fcfa1f am: 14007d89

am: 3a248c70

Change-Id: Ia4fb0d1434233d4e2b0a1487dad5542bed7b4fe1
parents 21937348 3a248c70
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -115,10 +115,6 @@ func init() {
		// TODO: can we remove this now?
		"-Wno-reserved-id-macro",

		// Disable overly aggressive warning for format strings.
		// Bug: 20148343
		"-Wno-format-pedantic",

		// Workaround for ccache with clang.
		// See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html.
		"-Wno-unused-command-line-argument",