Running cppcheck on my project gives me about 80% ouput about library files instead of my code.
Is there a way to tell cppcheck to only search library(-headers) for definitions and such but not actually perform checks?
Or at least to supress the output for those files?
Or, even better, save the gathered information somewhere for re-use, as the library code is not likely to change for the next run?