I have a c library that I am passing through Cppcheck and am getting a lot of unusedFunction warnings for public calls that the user makes.
The Cppcheck wiki is quite unhelpful with their checks documentation. Is there a way to suppress public unused function warnings and keep private (this static function only in this source is unused and warn). Or does anyone have an elegant way of tricking Cppcheck to not be bad?