1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-13 15:37:15 +00:00

Added modernize-avoid-bind to .clang-tidy

This commit is contained in:
smilczek 2023-05-16 20:57:34 +02:00
parent 027d51bfc0
commit f27dfd3f57

View File

@ -6,6 +6,7 @@ Checks: >
-clang-analyzer-optin*,
-clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-analyzer-core.CallAndMessage
-modernize-avoid-bind
WarningsAsErrors: >
-*,
boost-*,