aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2022-10-10 16:22:05 -0700
committerChih-Hung Hsieh <chh@google.com>2022-10-10 16:22:05 -0700
commitd202c7f75c64e1fc44751700cb46f37c9f258eec (patch)
treea1420d434a883fc60fea715039bdd45062df9d3f
parent5944fd14ed04728be3f6f87d15ddf71d801a221a (diff)
downloaddrm_hwcomposer-d202c7f75c64e1fc44751700cb46f37c9f258eec.tar.gz
Allow clang-tidy warnings.
Upstream source still have some clang-tidy warnings. We do not want to stop Android builds on clang-tidy warnings. Bug: 252877310 Test: TIDY_EXTERNAL_VENDOR=1 make tidy-external_subset Change-Id: Ibb076b7c9dbb3c935a9b108681a9ab459bff42ef
-rw-r--r--.clang-tidy3
1 files changed, 0 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 3731a29..e1d92ed 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,6 +1,3 @@
-# Turn all the warnings from the checks above into errors.
-WarningsAsErrors: "*"
-
#HeaderFilterRegex: "^.*external/drm_hwcomposer/.*.h$"
FormatStyle: google