Displaying 1 result from an estimated 1 matches for "r2854".
Did you mean:
2854
2011 Jan 26
0
[nut-commits] svn commit r2854 - branches/windows_port/common
Citeren Frederic BOHE <fbohe-guest op alioth.debian.org>:
> - res = w32_serial_read(fd,buf,buflen,timeout);
> + res = w32_serial_read((serial_handler_t *)fd,buf,buflen,timeout);
Rather than casting away the const (which may not be possible with
certain strict compiler flags), it is better to modify the prototype
and definition of this function to take a 'const