Skip to content
Snippets Groups Projects
Commit 59b6cb9e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Yang Tse: fixed compiler warning

parent e06afaeb
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ static void read_ahead(struct testcase *test,
/* decrease amount, advance pointer */
test->rcount -= copy_n;
test->rptr += copy_n;
b->counter = copy_n;
b->counter = (int)copy_n;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment