mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +00:00
Remove noisy warning
This commit is contained in:
parent
785f8b3ea3
commit
716ade94bf
@ -5309,7 +5309,6 @@ static int lenof(ut64 off, int two) {
|
||||
} else {
|
||||
snprintf (buf, sizeof (buf), "0x%08"PFMT64x, off);
|
||||
}
|
||||
|
||||
return strlen (buf);
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,7 @@ R_API bool r_syscall_setup(RSyscall *s, const char *arch, const char *os, int bi
|
||||
file = sdb_fmt (0, "%s/%s-%s-%d.sdb",
|
||||
SYSCALLPATH, os, arch, bits);
|
||||
if (!r_file_exists (file)) {
|
||||
eprintf ("r_syscall_setup: Cannot find '%s'\n", file);
|
||||
// eprintf ("r_syscall_setup: Cannot find '%s'\n", file);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user