From owner-freebsd-hackers Sat Jul 12 17:48:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA26799 for hackers-outgoing; Sat, 12 Jul 1997 17:48:14 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA26790 for ; Sat, 12 Jul 1997 17:48:09 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id KAA05537; Sun, 13 Jul 1997 10:41:37 +1000 Date: Sun, 13 Jul 1997 10:41:37 +1000 From: Bruce Evans Message-Id: <199707130041.KAA05537@godzilla.zeta.org.au> To: dufault@hda.com, thorpej@nas.nasa.gov Subject: Re: Make World Explodes Cc: hackers@FreeBSD.ORG, Shimon@i-connect.net Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ...so, you're saying that you didn't initalize ospl with an spl*() call? > One of the truly great useful reasons for constructors/destructors. Bah... -Wuninitialized. We had -W in the default kernel-building flags, but we turned it off when gcc-2.7 broke -W by adding uncontrollable warnings for sign mismatches to it. -W implies -Wuninitialized and doesn't cause annoying warnings that "-Wuninitialized is not supported without -O". I guess we should use -Wuninitialized anyway. Bruce