On Sat, 8 Oct 2011, Dag-Erling Smorgrav wrote:
Log:
I appreciate the logic behind using a (void) cast to indicate that the
return value is intentionally ignored, but frankly, all it does is
get in the way of the code.
It would be more useful if used precisely when ignoring the return
value
Author: des
Date: Sat Oct 8 12:28:06 2011
New Revision: 226153
URL: http://svn.freebsd.org/changeset/base/226153
Log:
I appreciate the logic behind using a (void) cast to indicate that the
return value is intentionally ignored, but frankly, all it does is
get in the way of the code.
Al