Date: Tue, 20 Sep 2005 20:30:28 +0900 (JST) From: Noritoshi Demizu <demizu@dd.iij4u.or.jp> To: Diomidis Spinellis <dds@aueb.gr> Cc: freebsd-current@FreeBSD.ORG, Stefan Sperling <stsp@stsp.in-berlin.de>, phk@FreeBSD.ORG Subject: Re: devfs_vnops.c:1182: warning: redundant redeclaration of 'devfs_ops_f' Message-ID: <20050920.203028.32714983.Noritoshi@Demizu.ORG> In-Reply-To: <432FEEC0.3000600@aueb.gr> References: <20050920110800.GA32409@dice.bliss.lan> <432FEEC0.3000600@aueb.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050920.203028.32714983.Noritoshi>