0

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?

Chaos_99
  • 2,284
  • 2
  • 25
  • 29

1 Answers1

1

I am a Cppcheck dev. Not currently. But I do believe that we should not warn about library headers.

Feel free to write some comments here if you want: http://sourceforge.net/apps/trac/cppcheck/ticket/3390

Daniel Marjamäki
  • 2,907
  • 15
  • 16