From db84f188ee0b668bbce808b4884384579a7691cb Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 3 Mar 2020 20:09:15 -0800 Subject: [PATCH] Allow bugprone-* warnings until they are all fixed. Test: WITH_TIDY=1 make checkbuild Change-Id: I93e9526d66ab9ac88672ccd77eb409603482ea47 --- cmds/idmap2/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index 4c77ba402595f..ce56baecab718 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -25,7 +25,7 @@ cc_defaults { ], tidy_flags: [ "-system-headers", - "-warnings-as-errors=*", + "-warnings-as-errors=*,-bugprone*", ], }