1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 06:15:32 +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-*,