Skip to content

Commit

Permalink
enabled bugprone-unused-return-value clang-tidy warnings (danmar#6672)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 12, 2024
1 parent d3dda9f commit c3fc22a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Checks: >
-bugprone-signed-char-misuse,
-bugprone-switch-missing-default-case,
-bugprone-unchecked-optional-access,
-bugprone-unused-return-value,
-clang-analyzer-*,
-concurrency-mt-unsafe,
-misc-const-correctness,
Expand Down
1 change: 0 additions & 1 deletion clang-tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ To be evaluated (need to remove exclusion).
`cert-err33-c`<br/>
`google-readability-namespace-comments`<br/>
`cppcoreguidelines-special-member-functions`<br/>
`bugprone-unused-return-value`<br/>

To be evaluated (need to enable explicitly).

Expand Down

0 comments on commit c3fc22a

Please sign in to comment.