On Feb 06, "Jeffrey M. Vinocur" <jeff at litech.org> wrote: >- if (unlink(linkpath) < 0) result = FALSE; >+ (void)unlink(linkpath); BTW, please do not put the useless (void) cast before function calls. -- ciao, Marco