This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Mar 19 10:33:00 2024 Delivery-date: Sat, 22 Sep 2007 10:02:05 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754296AbXIVKBS (ORCPT ); Sat, 22 Sep 2007 06:01:18 -0400 Received: from sovereign.computergmbh.de ([85.214.69.204]:37452 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbXIVKBR (ORCPT ); Sat, 22 Sep 2007 06:01:17 -0400 Received: by sovereign.computergmbh.de (Postfix, from userid 25121) id C5CB4181F393C; Sat, 22 Sep 2007 12:01:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by sovereign.computergmbh.de (Postfix) with ESMTP id BE2561C0594FC; Sat, 22 Sep 2007 12:01:16 +0200 (CEST) Date: Sat, 22 Sep 2007 12:01:16 +0200 (CEST) From: Jan Engelhardt To: Satyam Sharma Cc: Andi Kleen , patches@x86-64.org, Linux Kernel Mailing List Subject: Re: [PATCH] [34/50] i386: Fix argument signedness warnings In-Reply-To: Message-Id: References: <200709221231.836138000@suse.de> <20070921223234.0A71513DCD@wotan.suse.de> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org On Sep 22 2007 10:36, Satyam Sharma wrote: >> from arch/i386/boot/compressed/misc.c:14: >> include/asm/processor.h: In function ‘cpuid_count’: > ^^^^^^^^^^ ^^^^^^^^^^ >> include/asm/processor.h:615: warning: pointer targets in passing >> argument 1 of ‘native_cpuid’ differ in signedness > >> include/asm/processor.h:615: warning: pointer targets in passing >> argument 2 of ‘native_cpuid’ differ in signedness > >> include/asm/processor.h:615: warning: pointer targets in passing >> argument 3 of ‘native_cpuid’ differ in signedness > >> include/asm/processor.h:615: warning: pointer targets in passing >> argument 4 of ‘native_cpuid’ differ in signedness > ^^^^^^^^^^ ^^^^^^^^^^ > >Yikes. My bad, I had faulty (default) alpine settings (and a sad >combination of LANG=en_US.UTF-8) when I made and sent out that patch. >Please ensure that this finally gets committed in a somewhat saner and >more readable state to the tree. I am not too thrilled about gcc using non-ascii for interpunctuation (for Western languages).. - 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/