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

fix: compiler warnings in ARM GCC, MCUX, MDK #35

Merged
merged 12 commits into from
Apr 21, 2023

Conversation

cookpate
Copy link
Member

fix: compiler warnings with ARM GCC, MCUX, MDK

Description

This is not an exhaustive fix, but these commits fix several warnings enabled by -Wall emitted by ARM GCC, MCUX, or MDK.

Fixes include explicitly casting types where it is safe to do so, removing undefined behaviour, and removing unused code.

Checklist:

  • My code is formatted using Uncrustify.
  • I have read and applied the rules stated in CONTRIBUTING.md.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@cookpate cookpate requested a review from a team as a code owner January 11, 2023 02:42
@cookpate cookpate merged commit 5e7ab0d into FreeRTOS:main Apr 21, 2023
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.

None yet

2 participants