Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751718Ab3ELWNv (ORCPT ); Sun, 12 May 2013 18:13:51 -0400 Received: from casper.infradead.org ([85.118.1.10]:36780 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751187Ab3ELWNu (ORCPT ); Sun, 12 May 2013 18:13:50 -0400 Message-ID: <519013F3.5@infradead.org> Date: Sun, 12 May 2013 15:13:07 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Geert Uytterhoeven CC: Linux Kernel Development Subject: Re: Build regressions/improvements in v3.10-rc1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 20 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/