refactor: Fix cppcoreguidelines-init-variables warnings

This commit is contained in:
Lars Toenning
2025-10-25 21:40:02 +02:00
parent fc54023644
commit 5eafb1282d
65 changed files with 95 additions and 86 deletions

View File

@@ -45,6 +45,7 @@ Checks: >
readability-use-std-min-max,
readability-use-anyofallof,
readability-redundant-member-init,
cppcoreguidelines-init-variables,
CheckOptions:
- key: readability-identifier-naming.ClassCase