Many times I see in open source code that a call to a C function is cast to void.
For example, in the source code for ls (http://cvs.opensolaris.org/sou
ls
It explicitly means you ignore the return value, and did not just forget it.