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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

