mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 16:34:24 +09:00
5 lines
165 B
Bash
Executable File
5 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" "$@"
|