mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
Fix compiler warnings
This commit is contained in:
parent
b761f5c96f
commit
5b6a963b71
2 changed files with 4 additions and 5 deletions
|
@ -36,7 +36,7 @@ void pop_regs(codeblock_t* cb)
|
|||
|
||||
static void print_int_cfun(int64_t val)
|
||||
{
|
||||
printf("%lld\n", val);
|
||||
printf("%lld\n", (long long int)val);
|
||||
}
|
||||
|
||||
void print_int(codeblock_t* cb, x86opnd_t opnd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue