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

[SuperH]: fix IMM format specifier in test #2080

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

XVilka
Copy link
Contributor

@XVilka XVilka commented Jul 10, 2023

Fixes the following warning on macOS ARM64 (M1):

/Users/user/capstone/tests/test_sh.c:100:11: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
                               op->imm);
                               ^~~~~~~

@XVilka XVilka mentioned this pull request Jul 10, 2023
24 tasks
@aquynh aquynh merged commit a7a9a86 into capstone-engine:next Jul 18, 2023
6 checks passed
@aquynh
Copy link
Collaborator

aquynh commented Jul 18, 2023

merged, thanks!

@XVilka
Copy link
Contributor Author

XVilka commented Jul 18, 2023

@aquynh please import this one also to v5, thanks

@XVilka XVilka deleted the fix-sh-test-warning branch July 18, 2023 16:19
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