We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uint16_t
uint32_t
Title says it all. There are many type conversion warnings in the library.
Is there a specific reason these are not made explicit? Or a reason uint32_t is used for almost all types, even where smaller variables could work?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Title says it all. There are many type conversion warnings in the library.
Is there a specific reason these are not made explicit? Or a reason
uint32_t
is used for almost all types, even where smaller variables could work?The text was updated successfully, but these errors were encountered: