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

Commit 9b94da79 authored by Yi Kong's avatar Yi Kong
Browse files

Re-enable -Wformat warning

Change-Id: I9af8606a1e782dfb809d7f4df7b043d53ea7ba9f
Test: presubmit
Bug: 315250603
parent 375aba8c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -144,9 +144,6 @@ var (

		// Make paths in deps files relative.
		"-no-canonical-prefixes",

		// http://b/315250603 temporarily disabled
		"-Wno-error=format",
	}

	commonGlobalConlyflags = []string{}
@@ -370,6 +367,9 @@ var (
		"-Wno-gnu-offsetof-extensions",
		// TODO: Enable this warning http://b/315245071
		"-Wno-fortify-source",

		// http://b/315250603 temporarily disabled
		"-Wno-error=format",
	}

	llvmNextExtraCommonGlobalCflags = []string{