libfprint/.gitlab-ci/scan-build
2020-05-07 14:22:02 +00:00

4 lines
117 B
Bash
Executable file

#!/bin/sh
# This wrapper just disables the malloc checker
exec /usr/bin/scan-build -disable-checker unix.Malloc "$@"