|
From: Nicolas R. <nic...@hm...> - 2010-02-19 16:39:09
|
Hello,
We are developing an application in C++ and we would like to perform
dynamic analysis on it.
The problem is that we are using external libraries which contain
thousands of errors.
We don't want to see/correct the external libraries errors (yet at least!).
We are just interested in our project specific errors.
So we would like to know if there is another than using Valgrind
suppressions files to get rid of it, like specifying a "project-folder"
in valgrind, then it only reports errors which actually happens because
of our project and not because of the libraries we use...?
Thanks,
Nicolas
|