summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2020-03-04 22:18:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-04 22:18:27 +0000
commit7f58bef392f720c3e4b2d53c688f75d61ce59d9e (patch)
tree0d237eed23fbc05495b807c43b25cfce93fbf695
parent5f1daae19fd6efdc25dc7535235a7da68a7bb1f2 (diff)
parentdb84f188ee0b668bbce808b4884384579a7691cb (diff)
downloadbase-7f58bef392f720c3e4b2d53c688f75d61ce59d9e.tar.gz
Merge "Allow bugprone-* warnings until they are all fixed."
-rw-r--r--cmds/idmap2/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp
index 4c77ba402595..ce56baecab71 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*",
],
}