*BSD News Article 85611


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!torn!hone!informer1.cis.McMaster.CA!hwfn!not-for-mail
From: ac199@james.freenet.hamilton.on.ca (Tim Vanderhoek)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.unix.programmer
Subject: Re: What a lovely dream I had last night!
Date: 25 Dec 1996 15:41:24 -0500
Organization: Hamilton-Wentworth FreeNet, Ontario, Canada.
Lines: 32
Message-ID: <59s3hk$3te@james.freenet.hamilton.on.ca>
References: <59n2qf$790@uriah.heep.sax.de>
NNTP-Posting-Host: james.freenet.hamilton.on.ca
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:33087 comp.unix.programmer:48037

j@uriah.heep.sax.de (J Wunsch) wrote:
> conrads@neosoft.com (Conrad Sabatier) wrote:
> 
> > I dreamed I was sitting in front of my computer watching a build
> > in progress of a very large system.  I was filled with wonder and
> > joy at the fact that the compiler issued not a single warning or
> > error.  Just line after line of beautiful make commands executing
> > flawlessly, scrolling smoothly by.
> 
> Well, remove -Wall.

And add `2> /dev/null'.  :) 

Or maybe 

for j in *.c *.h *.S
do
	echo " " > $j
done

But I guess that'll still give you "Undefined symbol _main" from the 
linker... :(




-- 
tIM...HOEk
"Perception is often reality - or at least it is perceived as to be so"
              - Scott Nudds [in usenet or email]
--