Skip to content

Commit d7ba1cc

Browse files
committed
Add clang-tidy flag no-unknown-warning-option
1 parent 9b7c2b2 commit d7ba1cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
WarningsAsErrors: "*"
22
UseColor: true
33
HeaderFilterRegex: '.*'
4+
ExtraArgsBefore:
5+
- '-Wno-unknown-warning-option'
46
Checks: >
57
-*,
6-
performance*
8+
performance*

0 commit comments

Comments
 (0)