Merge "Allow clang-tidy warnings." am: a9aff13009 am: 047541543a am: dd74ccbf17

Original change: https://android-review.googlesource.com/c/platform/external/drm_hwcomposer/+/2247694

Change-Id: I5b2714e1962e441dabcd7ee396d28a5ebde85730
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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