refactor: Fix bugprone-string-constructor warning

This commit is contained in:
MarcoFalke
2023-10-27 15:24:20 +02:00
parent 6391644b66
commit fa56067a8f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Checks: '
-*,
bitcoin-*,
bugprone-argument-comment,
bugprone-string-constructor,
bugprone-use-after-move,
bugprone-lambda-function-name,
misc-unused-using-decls,