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

Commit 41366b47 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Do not set bugprone-branch-clone as error.

* Many files have this warning.
  Cannot stop build with this warning as error.

Bug: 155034972
Test: make tidy-soong_subset
Change-Id: Ifab66b4188d5817dc2757697f7c172c4645ba099
parent c37c25ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ cc_library {
        "abseil-*",
        "android-*",
        "bugprone-*",
        "-bugprone-branch-clone", // b/155034972
        "cert-*",
        "clang-analyzer-*",
        "google-*",
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ cc_library {
        "abseil-*",
        "android-*",
        "bugprone-*",
        "-bugprone-branch-clone", // b/155034972
        "cert-*",
        "clang-analyzer-*",
        "-clang-analyzer-core.CallAndMessage",