Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 18 Feb 2003 07:04:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 18 Feb 2003 07:04:10 -0500 Received: from angband.namesys.com ([212.16.7.85]:18560 "HELO angband.namesys.com") by vger.kernel.org with SMTP id ; Tue, 18 Feb 2003 07:04:07 -0500 Date: Tue, 18 Feb 2003 15:14:07 +0300 From: Oleg Drokin To: John Cherry Cc: Linus Torvalds , Kernel Mailing List Subject: Re: Linux v2.5.61 Message-ID: <20030218151407.A14679@namesys.com> References: <1045510507.3406.12.camel@cherrypit.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1045510507.3406.12.camel@cherrypit.pdx.osdl.net> User-Agent: Mutt/1.3.22.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 738 Lines: 23 Hello! On Mon, Feb 17, 2003 at 11:35:07AM -0800, John Cherry wrote: > Warning summary [...] > fs/reiserfs: 1 warnings, 0 errors Note that this warning comes from asm/string.h, when compiling fs/reiserfs/prints.c Warning itself is "strchr is defined but not used". It have nothing to do with reiserfs at all. And I do not see why it is produced at all, since strchr is declared "static inline". (BTW, gcc 2.95 does not produces the warning). Can somebody look at it please? Bye, Oleg - 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/