Skip to content

Commit e3b5a6e

Browse files
committed
Fix clang-tidy: it became stricter on unused arguments
1 parent 01c3972 commit e3b5a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ Checks: >
4646
-clang-analyzer-security.insecureAPI.strcpy,
4747
-clang-analyzer-unix.Malloc,
4848
-clang-diagnostic-implicit-int-conversion
49+
-clang-diagnostic-unused-command-line-argument
4950
WarningsAsErrors: '*'
5051
HeaderFilterRegex: '(src|examples|zzz_generated|credentials).*(?<!third_party.*repo)'

0 commit comments

Comments
 (0)