Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-11 | Coverage: Do not print messages from gcov | Julian Andres Klode | |
We need to ignore messages from gcov. All those messages start with profiling: and are printed using vfprintf(), so the only thing we can do is add a library overriding those functions and linking apt-pkg to it. |