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:
Peter Hutterer 2025-08-11 14:49:16 +10:00
parent 17617a75c4
commit 4e002383cf

View file

@ -4,4 +4,4 @@
Checks: > Checks: >
-clang-analyzer-unix.Malloc, -clang-analyzer-unix.Malloc,
-clang-analyzer-optin.core.EnumCastOutOfRange -clang-analyzer-optin.core.EnumCastOutOfRange
WarningsAsErrors: true WarningsAsErrors: '*'