Skip to content

Commit ccd4028

Browse files
committed
suppressions.cpp: mitigated unusedFunction selfcheck warning
1 parent 53f92cc commit ccd4028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/suppressions.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ std::string SuppressionList::addSuppressions(std::list<Suppression> suppressions
294294
return "";
295295
}
296296

297+
// cppcheck-suppress unusedFunction
297298
bool SuppressionList::updateSuppressionState(const SuppressionList::Suppression& suppression)
298299
{
299300
// Check if suppression is already in list

0 commit comments

Comments
 (0)