From owner-freebsd-hackers Sat Jul 12 18:21:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA28250 for hackers-outgoing; Sat, 12 Jul 1997 18:21:26 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA28233 for ; Sat, 12 Jul 1997 18:21:08 -0700 (PDT) Received: (qmail 27246 invoked by uid 1000); 13 Jul 1997 01:21:03 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199707122157.OAA28939@phaeton.artisoft.com> Date: Sat, 12 Jul 1997 18:21:03 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Terry Lambert Subject: Re: Make World Explodes Cc: hackers@FreeBSD.ORG, (Peter Dufault) Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Terry Lambert; On 12-Jul-97 you wrote: ... > One of the truly great useful reasons for making warnings fatal when > you are compiling kernels. This would have generated a warning if the > highest warnings were on. Is there a quick and simple (read global) way of doing it? > Oh, and the other great reason for constructors/destructors is to > make your code slow when you want to take objects out of scope. 8-|. This is a very good feature. Would have solved some of my DPT problems. Simon