mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This wrapper just disables the malloc checker
|
|
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc "$@" |