From owner-freebsd-stable Sat Mar 18 12:37: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFB9237BAB3; Sat, 18 Mar 2000 12:37:03 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id MAA89333; Sat, 18 Mar 2000 12:37:04 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sat, 18 Mar 2000 12:37:03 -0800 (PST) From: Kris Kennaway To: DT Cc: stable@freebsd.org Subject: Re: upgrading 3.x 4.0-stable warnings In-Reply-To: <001401bf910d$f87542e0$7a0d12ac@mambo.da.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 18 Mar 2000, DT wrote: > Dear sirs, > > Recently i'm cvsup'ed RELENG_4 and accourgind UPDATING document > executed command make buildworl. everyting compiled w/o errors, but > therewere some warnings, I'm don't like: These are all perfectly normal and represent parts of the source code which the compiler thinks are sloppy coding (recent versions of gcc have become *much* more picky about the quality of code they will accept without complaining, and most software out there will give warnings when compiled with -W -Wall). As long as your build completes it should be fine. These warnings are being addressed over time as people get sick of seeing them :-) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message