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
Checklist (Please check before submitting)
Describe the bug Several printf format conversions in MM are incorrect
To Reproduce Build on system with different type mapping for int32, etc.
Expected behavior Build should succeed
System observed on: RTEMS 4.11
Reporter Info Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Fix nasa#89, correct format spec strings and data types
de4391e
Resolves mismatches between format strings and the data types
Fix nasa#89, apply clang-format
f13ab15
Resolves whitespace errors, committed separately as MM had accumulated a fair number of other mismatches.
acab315
e2399b9
Merge pull request #90 from jphickey/fix-89-formatspec
5b5724d
Fix #89, correct format spec strings and data types
jphickey
Successfully merging a pull request may close this issue.
Checklist (Please check before submitting)
Describe the bug
Several printf format conversions in MM are incorrect
To Reproduce
Build on system with different type mapping for int32, etc.
Expected behavior
Build should succeed
System observed on:
RTEMS 4.11
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: