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

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

Change-Id: I89d87ebb9337b91f0a84380811d94a43cc662bff
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