diff options
author | Chih-Hung Hsieh <chh@google.com> | 2020-03-03 20:09:15 -0800 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2020-03-03 20:09:15 -0800 |
commit | db84f188ee0b668bbce808b4884384579a7691cb (patch) | |
tree | 48ca94641228e7be382e9022daad6833a1056878 /cmds/idmap2 | |
parent | eabf5d707cce5254485a0a52440f64572547e905 (diff) |
Allow bugprone-* warnings until they are all fixed.
Test: WITH_TIDY=1 make checkbuild
Change-Id: I93e9526d66ab9ac88672ccd77eb409603482ea47
Diffstat (limited to 'cmds/idmap2')
-rw-r--r-- | cmds/idmap2/Android.bp | 2 |
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*", ], } |