mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-28 04:08:15 +02:00
4 lines
165 B
Bash
Executable file
4 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# This wrapper just disables the malloc checker
|
|
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc --exclude "_build/meson-private" "$@"
|