Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757288Ab0HQPxs (ORCPT ); Tue, 17 Aug 2010 11:53:48 -0400 Received: from nic.NetDirect.CA ([216.16.235.2]:44240 "EHLO rubicon.netdirect.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753025Ab0HQPxr (ORCPT ); Tue, 17 Aug 2010 11:53:47 -0400 X-Originating-Ip: 216.16.235.2 Date: Tue, 17 Aug 2010 11:53:33 -0400 From: Chris Frey To: Borislav Petkov , linux-kernel@vger.kernel.org Subject: Re: compiler warnings in 2.6.35.2 Message-ID: <20100817155333.GA17624@foursquare.net> References: <20100817021252.GA17647@foursquare.net> <20100817053456.GA32714@liondog.tnic> <20100817062801.GA24978@foursquare.net> <20100817063159.GC32714@liondog.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100817063159.GC32714@liondog.tnic> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1295 Lines: 33 On Tue, Aug 17, 2010 at 08:31:59AM +0200, Borislav Petkov wrote: > From: Chris Frey > Date: Tue, Aug 17, 2010 at 02:28:01AM -0400 > > > > > CC mm/swap.o > > > > In file included from include/linux/kobject.h:21, > > > > from include/linux/sched.h:91, > > > > from mm/swap.c:17: > > > > include/linux/sysfs.h:183: warning: parameter has incomplete type > > > > /home/cdfrey/kernel/git/linux/arch/x86/include/asm/cpufeature.h: In function `__static_cpu_has': > > > > /home/cdfrey/kernel/git/linux/arch/x86/include/asm/cpufeature.h:315: warning: asm operand 1 probably doesn't match constraints > > > > > > Which compiler version are you using? > > > > GCC 3.3 > > Any chance to upgrade to a 4.x version? I could, but Documentation/Changes says gcc 3.2 is the minimum, so I hoped 3.3 would be sufficient. As for the first warning, doesn't it just need include/linux/kobject.h to be included for the enum type? As for the second warning, I'm not sure I even understand it. - Chris -- 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/