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

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

Allow bugprone-* warnings until they are all fixed.

Test: WITH_TIDY=1 make checkbuild
Change-Id: I93e9526d66ab9ac88672ccd77eb409603482ea47
parent eabf5d70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ cc_defaults {
    ],
    tidy_flags: [
        "-system-headers",
        "-warnings-as-errors=*",
        "-warnings-as-errors=*,-bugprone*",
    ],
}