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 error in format specifiers #417

Merged

Conversation

Timmmm
Copy link
Collaborator

@Timmmm Timmmm commented Feb 27, 2024

Use PRIu64 for printing uint64_ts to prevent compiler warnings.

Follow-up to #414.

Use `PRIu64` for printing `uint64_t`s to prevent compiler warnings.
Copy link

Test Results

712 tests  ±0   712 ✅ ±0   0s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 09779d9. ± Comparison against base commit 9602e3a.

@billmcspadden-riscv billmcspadden-riscv merged commit 4211935 into riscv:master Mar 25, 2024
2 checks passed
@Timmmm Timmmm deleted the user/timh/fix_printf_warnings branch April 4, 2024 11:42
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.

3 participants