Re: Build regressions/improvements in v3.10-rc1

From: Randy Dunlap
Date: Sun May 12 2013 - 18:13:54 EST


On 05/12/13 12:30, Geert Uytterhoeven wrote:
>
>
> *** WARNINGS ***
>
> 163 regressions:
> + mm/slab_common.c: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'unsigned int' [-Wformat]: => 303:6


How does this happen? 'size' is clearly a size_t in this function so "%zu" is correct.

Does some arch (or gcc) confuse these?

--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/