Skip to content

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

Merged
aquynh merged 1 commit intocapstone-engine:nextfrom
XVilka:fix-sh-test-warning
Jul 18, 2023
Merged

[SuperH]: fix IMM format specifier in test#2080
aquynh merged 1 commit intocapstone-engine:nextfrom
XVilka:fix-sh-test-warning

Conversation

@XVilka
Copy link
Copy Markdown
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
@aquynh
Copy link
Copy Markdown
Collaborator

aquynh commented Jul 18, 2023

merged, thanks!

@XVilka
Copy link
Copy Markdown
Contributor Author

XVilka commented Jul 18, 2023

@aquynh please import this one also to v5, thanks

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