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 #1522, add printf format casts #1523

Closed
wants to merge 1 commit into from
Closed

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Use (int) with %d conversions for portability

Fixes #1522

Testing performed
Build and run unit tests on RTEMS

Expected behavior changes
Build now succeeds

System(s) tested on
RTEMS 4.11.3

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Use (int) with %d conversions for portability
@jphickey jphickey closed this May 13, 2021
@jphickey jphickey deleted the fix-1522-rtems-format branch May 13, 2021 20:03
@skliper
Copy link
Contributor

skliper commented May 13, 2021

#1524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

printf format issue on RTEMS
2 participants