Commit e433991
committed
ci(clang-tidy): Disabled unnecessary checks related to compiler options
Clang-Tidy started failing due to the `-Wno-lto-type-mismatch` and `-s` options for the Google Benchmark object files.
This is strange, as it didn't fail right after the benchmarks were implemented, and they haven't been changed since,
especially considering Clang-Tidy should ignore the source files for these object files.
This commit adds the `-Wno-unknown-warning-option` and `-Wno-unused-command-line-argument` options to Clang-Tidy.1 parent cab8b26 commit e433991
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments