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 related to signs #696

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

averater
Copy link
Contributor

Fix signedness of some variables so the compiler flags sign-compare and pointer-sign can be enabled.

This doesn't change any behaviour nor fix any bugs. It is just to be able to run the compiler with those flags so future bugs can be avoided.

Fix signedness of some variables so the compiler flags
sign-compare and pointer-sign can be enabled.

This doesn't change any behaviour nor fix any bugs. It is just
to be able to run the compiler with those flags so future bugs
can be avoided.
@averater averater mentioned this pull request Oct 29, 2024
@lti9hc lti9hc merged commit 63ce404 into COVESA:master Nov 6, 2024
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