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

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

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