Subject: Re: scan_ffs from OpenBSD ported and improved.
To: Simon Burge <simonb@wasabisystems.com>
From: Bang Jun-Young <junyoung@netbsd.org>
List: tech-userlevel
Date: 06/11/2005 02:12:48
Simon Burge wrote:
> > - Functions that return values which are discarded should be prefixed
> >   with (void).  I.e., (void)printf("blah");
> 
> I've always thought that "(void)printf(..." was overkill.  In our source
> tree, a quick grep shows 71520 printf's without void and 2203 with void.

+1.

Jun-Young