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

Commit df456b5f authored by Yi Kong's avatar Yi Kong
Browse files

Suppress misc-use-anonymous-namespace clang-tidy warning

This is a new warning introduced in clang-r484482.

Test: presubmit
Bug: 265438407
Change-Id: Ic31e0dac5aee3214e21bad41f2e6e3505daabe2c
parent 5c1b0ba6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ var (
		"-cert-err33-c",
		// http://b/241125373
		"-bugprone-unchecked-optional-access",
		// http://b/265438407
		"-misc-use-anonymous-namespace",
	}

	// Some clang-tidy checks are included in some tidy_checks_as_errors lists,