Jim Meyering <j...@meyering.net> writes:

> -# define SET_BINARY(fd) /* nothing */
> +# define SET_BINARY(fd) 0

For me, with -Wall, plain 0 as a statement provokes a warning
"statement with no effect", but writing (void) 0 suppresses that
warning.
-- 
Ben Pfaff 
http://benpfaff.org



Reply via email to