On Fri, Dec 13, 2013 at 09:59:36AM -0800, Ethan Jackson wrote:
> Fixes the following warning on my system.
>
> ../lib/coverage.c:54:40: error: incompatible pointer types passing
> 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long
> *')
>
> Signed-off-by: Ethan Jackson
Acked-b
Fixes the following warning on my system.
../lib/coverage.c:54:40: error: incompatible pointer types passing
'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long
*')
Signed-off-by: Ethan Jackson
---
lib/coverage.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -