Date: Sun, 13 Jul 1997 10:41:37 +1000 From: Bruce Evans <bde@zeta.org.au> To: dufault@hda.com, thorpej@nas.nasa.gov Cc: hackers@FreeBSD.ORG, Shimon@i-connect.net Subject: Re: Make World Explodes Message-ID: <199707130041.KAA05537@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
...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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707130041.KAA05537>