From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 11:30:03 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1BA16A41F; Tue, 20 Sep 2005 11:30:03 +0000 (GMT) (envelope-from demizu@dd.iij4u.or.jp) Received: from r-dd.iij4u.or.jp (r-dd.iij4u.or.jp [210.130.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8558143D72; Tue, 20 Sep 2005 11:29:58 +0000 (GMT) (envelope-from demizu@dd.iij4u.or.jp) Received: from localhost (221x117x177x135.ap221.ftth.ucom.ne.jp [221.117.177.135]) by r-dd.iij4u.or.jp (4U-MR/r-dd) id j8KBTnom019558; Tue, 20 Sep 2005 20:29:49 +0900 (JST) Date: Tue, 20 Sep 2005 20:30:28 +0900 (JST) Message-Id: <20050920.203028.32714983.Noritoshi@Demizu.ORG> From: Noritoshi Demizu To: Diomidis Spinellis In-Reply-To: <432FEEC0.3000600@aueb.gr> References: <20050920110800.GA32409@dice.bliss.lan> <432FEEC0.3000600@aueb.gr> X-Mailer: Mew version 4.1 on Emacs 21 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.ORG, Stefan Sperling , phk@FreeBSD.ORG Subject: Re: devfs_vnops.c:1182: warning: redundant redeclaration of 'devfs_ops_f' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 11:30:04 -0000 Hi, > > A simple make buildkernel (with GENERIC) results in: (snip) > > as if the compiler (gcc 3.4.4 [FreeBSD] 20050518) forgot > > the difference between a declaration and a definition... > > Got hit by it a few minutes ago. Until it gets fixed, by moving the > structure definitions to the top, you can compile with make WERROR='' I got the same message today. But after trying buildworld & installworld, the message went away. I guess something around CC or Makefile was changed. Regards, Noritoshi Demizu