Date: Mon, 13 Sep 2004 01:20:31 GMT From: Dan Lukes <dan@obluda.cz> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Message-ID: <200409130120.i8D1KVvj061841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/71628; it has been noted by GNATS. From: Dan Lukes <dan@obluda.cz> To: Alfred Perlstein <alfred@freebsd.org> Cc: Giorgos Keramidas <keramida@freebsd.org>, bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 03:19:35 +0200 (CEST) On Sun, 12 Sep 2004, Alfred Perlstein wrote: > I'm having a hard time seeing these warnings, how are they > being triggered? -Wall -O3 The "O3" is not for production environment, of course. But evaluating of warnings can expose some of hidden bugs within code. The inspection become to be very hard work unless we eliminate pile of false warnings (despite the are not shown during "standard" compilation) ... Dan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409130120.i8D1KVvj061841>