Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Use '--ignore-errors unused' with lcov
We are a bit overzealous in specifying arguments to 'lcov -r', listing files (via wildcard) that are not actually in the tracefile. This is harmless, but will cause newer lcov to generate an error message of type 'unused'. Reduce this error to a warning. Signed-off-by: Reza Arbab <[email protected]>
- Loading branch information