Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240201-LLVM-19-cleanups #65

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

douzzer
Copy link
Collaborator

@douzzer douzzer commented Feb 1, 2024

cleanups for new benign warnings from LLVM 19 clang/clang-tidy with expanded warning scope:

  • readability-redundant-casting (all fixed)
  • clang-diagnostic-unreachable-code-break (all fixed)
  • bugprone-narrowing-conversions (all fixed)
  • bugprone-multi-level-implicit-pointer-conversion (all fixed)
  • bugprone-casting-through-void (point suppression for container_of())
  • clang-analyzer-optin.core.EnumCastOutOfRange (globally disabled)

no functional changes. tested with make check-all and make check-all GCC=gcc-14.

…xpanded warning scope:

* readability-redundant-casting (all fixed)
* clang-diagnostic-unreachable-code-break (all fixed)
* bugprone-narrowing-conversions (all fixed)
* bugprone-multi-level-implicit-pointer-conversion (all fixed)
* bugprone-casting-through-void (point suppression for container_of())
* clang-analyzer-optin.core.EnumCastOutOfRange (globally disabled)
Copy link
Contributor

@bandi13 bandi13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bandi13 bandi13 merged commit 25e7654 into wolfSSL:master Feb 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants