Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 1999 14:42:47 +0200 (MET DST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        Ladavac Marino <mladavac@metropolitan.at>
Cc:        FreeBSD hackers mailing list <hackers@freebsd.org>
Subject:   Re: compiler warnings (was: RE: Typo: sys/pci/pcisupport.c)
Message-ID:  <Pine.GSO.3.95q.990616144106.22251o-100000@elect8>
In-Reply-To: <55586E7391ACD211B9730000C110027617967A@r-lmh-wi-100.corpnet.at>

next in thread | previous in thread | raw e-mail | index | archive | help
 > 	pointer->pointer->object.method;
 > 
 > 	where he wanted
 > 
 > 	pointer->pointer->object.method();
 > 
 > 	hpux CC did not say a word.  Naturally, the method had desired
 > side effects :)

Port your application to see more compiler warnings. It sounds like 
perl -e 'use strict; ...' :-)



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95q.990616144106.22251o-100000>