Cleanup: enabled Clang-Tidy rule `bugprone-infinite-loop`

Enabling it and doing a full rebuild didn't cause any warnings, so nothing
else to do here.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-08-07 16:46:26 +02:00
parent 7aeab6f6aa
commit 4c2ce816aa
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ Checks: >
-bugprone-not-null-terminated-result,
-bugprone-suspicious-missing-comma,
-bugprone-parent-virtual-call,
-bugprone-infinite-loop,
-bugprone-copy-constructor-init,
WarningsAsErrors: '*'