mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Try to fix clang-tidy issue with -Wunused-command-line-argument (didn't reproduce locally)
This commit is contained in:
parent
5209bd2d51
commit
8339c33273
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user