-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Currently we do not enable the handling of inline suppressions by default. We should enable this since it just makes sense and also to avoid unexpected warnings from already annotated code.
There's a caveat though if the code is being processed by multiple Cppcheck versions and the finding is no longer reported. This might lead to unexpected unmatchedSuppression warnings (which was proposed in #77).