Skip to content

Commit

Permalink
cppcheck: suppress strdupCalled (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty authored Nov 9, 2024
1 parent a7e0c09 commit c9ccd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cppcheck
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<suppression>missingInclude</suppression>
<suppression>missingIncludeSystem</suppression>
<suppression>unmatchedSuppression</suppression>
<suppression>strdupCalled</suppression>
</suppressions>
</project>

0 comments on commit c9ccd6e

Please sign in to comment.