[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <527CAAE7.40709@suse.cz>
Date: Fri, 08 Nov 2013 10:12:07 +0100
From: Michal Marek <mmarek@...e.cz>
To: Fabio Estevam <festevam@...il.com>
Cc: andi@...stfloor.org, linux-kernel@...r.kernel.org,
Fabio Estevam <fabio.estevam@...escale.com>
Subject: Re: [PATCH] scripts: kallsyms: Use %zu to print 'size_t'
On 8.11.2013 03:45, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@...escale.com>
>
> Commit f3462aa95 (Kbuild: Handle longer symbols in kallsyms.c) introduced the
> following warning on ARM:
>
> scripts/kallsyms.c:121:4: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' [-Wformat]
Actually, every 32bit glibc seems to define size_t as unsigned int.
>
> Use %zu to print 'size_t'.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
Thanks, applied to kbuild.git#kbuild.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists