fix some clang warnings

This commit is contained in:
Arvid Norberg
2012-02-18 08:23:48 +00:00
parent cde80acbde
commit 5a23d04143
7 changed files with 19 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ int test_main()
char b[] = "d1:ai12453e1:b3:aaa1:c3:bbbe";
lazy_entry e;
error_code ec;
int ret = lazy_bdecode(b, b + sizeof(b)-1, e, ec);
lazy_bdecode(b, b + sizeof(b)-1, e, ec);
}
ptime stop(time_now());