mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
clang-tidy: fix WarningAsErrors option to actually work
Not a boolean, despite what one would immediately assume. Closes #1168 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1298>
This commit is contained in:
parent
17617a75c4
commit
4e002383cf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
|||
Checks: >
|
||||
-clang-analyzer-unix.Malloc,
|
||||
-clang-analyzer-optin.core.EnumCastOutOfRange
|
||||
WarningsAsErrors: true
|
||||
WarningsAsErrors: '*'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue