svn commit: r250430 - head/sbin/dmesg

David Chisnall theraven at FreeBSD.org
Fri May 10 14:08:13 UTC 2013


On 10 May 2013, at 10:01, Eitan Adler <eadler at 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



More information about the svn-src-all mailing list