Skip to content

Commit

Permalink
ci: add "unusedFunction" to .cppcheck_supressions (#157)
Browse files Browse the repository at this point in the history
Added "unusedFunction" to .cppcheck_supressions

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Jan 8, 2025
1 parent 2f8f677 commit bd5c238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

missingIncludeSystem
unmatchedSuppression
unusedFunction

0 comments on commit bd5c238

Please sign in to comment.