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

Commit c31c2fb0 authored by Yabin Cui's avatar Yabin Cui
Browse files

Suppress clang-tidy warnings causing build errors after clang update

These warnings are not critical. We can fix them later.

Bug: 285361108
Bug: 285356805
Bug: 285356799
Test: build with WITH_TIDY=1 using clang-r498229
Change-Id: I594279a10ffb4fda07dfc33350b44d09c42d3f97
parent 2c336fe5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -58,6 +58,14 @@ var (
		"-bugprone-signed-char-misuse",
		// http://b/241819232
		"-misc-const-correctness",
		// http://b/285356805
		"-bugprone-unsafe-functions",
		"-cert-msc24-c",
		"-cert-msc33-c",
		// http://b/285356799
		"-modernize-type-traits",
		// http://b/285361108
		"-readability-avoid-unconditional-preprocessor-if",
	}

	extraArgFlags = []string{