Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964781AbWEJD3I (ORCPT ); Tue, 9 May 2006 23:29:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964782AbWEJD3I (ORCPT ); Tue, 9 May 2006 23:29:08 -0400 Received: from lixom.net ([66.141.50.11]:59043 "EHLO mail.lixom.net") by vger.kernel.org with ESMTP id S964781AbWEJD3H (ORCPT ); Tue, 9 May 2006 23:29:07 -0400 Date: Tue, 9 May 2006 22:29:12 -0500 To: Matheus Izvekov Cc: Daniel Walker , linux-kernel@vger.kernel.org Subject: Re: [BUG] mtd redboot (also gcc 4.1 warning fix) Message-ID: <20060510032912.GC1794@lixom.net> References: <200605100256.k4A2u4FO031737@dwalker1.mvista.com> <305c16960605092014t240ece2ob620264501deaa39@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <305c16960605092014t240ece2ob620264501deaa39@mail.gmail.com> User-Agent: Mutt/1.5.11+cvs20060126 From: Olof Johansson Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 18 On Wed, May 10, 2006 at 12:14:45AM -0300, Matheus Izvekov wrote: > On 5/9/06, Daniel Walker wrote: > >unsigned long may not always be 32 bits, right ? This patch fixes the > Incorrect, its defined as 32bits for every standard C compiler Wrong. The only environment I'm aware of that has only P64 is Win64. Still, that's a bad patch, since it removes the warning without fixing the bug. It's a valid warning, the underlying problem should be fixed instead. It's better to keep the warning around until that's been done. -Olof - 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/