Try to fix clang-tidy issue with -Wunused-command-line-argument (didn't reproduce locally)

This commit is contained in:
Robert Schulze 2023-09-21 18:39:02 +00:00
parent 5209bd2d51
commit 8339c33273
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -168,6 +168,7 @@ ExtraArgs:
# This is technically a compiler error, not a clang-tidy error. We could litter the code base with more pragmas that suppress
# this error but it is better to pass the following flag to the compiler:
- '-Wno-unknown-pragmas'
- '-Wno-unused-command-line-argument' # similar issue
CheckOptions:
readability-identifier-naming.ClassCase: CamelCase