Subject: Re: ignoring return values from functions.
To: NetBSD Userlevel Technical Discussion List <tech-userlevel@NetBSD.ORG>
From: Matthias Buelow <mkb@mukappabeta.de>
List: tech-userlevel
Date: 09/21/2001 04:41:11
woods@weird.com (Greg A. Woods) writes:

>It is ALWAYS best to explicitly cast function return values to (void) if

well... I disagree here, it clutters the code (although not much,
admittedly), and cluttered code is more prone to errors. I find
it mildly disturbing when I encounter it, ymmv.

--mkb