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

Commit 94688b5a authored by AdityaK's avatar AdityaK
Browse files

s/Wno-error=unused-variable/Wno-unused-variable

http://b/315246135

Change-Id: I2086c644afc9a371732ccbe18d09fa078286ece0
parent 63f4cb6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ var (
		"-Wno-pointer-to-int-cast",
		"-Werror=fortify-source",
		// http://b/315246135 temporarily disabled
		"-Wno-error=unused-variable",
		"-Wno-unused-variable",
		// http://b/315250603 temporarily disabled
		"-Wno-error=format",
		// Disabled because it produces many false positives. http://b/323050926