Remove noisy warning

This commit is contained in:
pancake 2017-06-27 23:44:38 +02:00
parent 785f8b3ea3
commit 716ade94bf
2 changed files with 1 additions and 2 deletions

View File

@ -5309,7 +5309,6 @@ static int lenof(ut64 off, int two) {
} else {
snprintf (buf, sizeof (buf), "0x%08"PFMT64x, off);
}
return strlen (buf);
}

View File

@ -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;
}