On 10 May 2013, at 10:01, Eitan Adler <ead...@freebsd.org> wrote:

> I thought style(9) disliked the leading (void) but I could be wrong.

The cast to (void) tells the compiler that you are ignoring the return result.  
Without it, you will introduce new warnings and break the build on certain 
compiler versions with -Werror.

David

_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to