mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
Not a boolean, despite what one would immediately assume. Closes #1168 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1298>
7 lines
408 B
YAML
7 lines
408 B
YAML
# optin.core.unix.Malloc: disabled so we can use __attribute__((cleanup)) without leak complaints
|
|
# optin.core.EnumCastOutOfRange: disabled because we use a lot of "wrong" enum values for testing
|
|
# and internally and don't want those values leak into the public API
|
|
Checks: >
|
|
-clang-analyzer-unix.Malloc,
|
|
-clang-analyzer-optin.core.EnumCastOutOfRange
|
|
WarningsAsErrors: '*'
|