kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warning in termios.c
rodzic
a271948b3d
commit
233036f874
|
@ -1585,7 +1585,7 @@ int win32_serial_read(int fd, void *vb, int size)
|
||||||
/* unsigned long waiting = 0; */
|
/* unsigned long waiting = 0; */
|
||||||
int err;
|
int err;
|
||||||
struct termios_list *index;
|
struct termios_list *index;
|
||||||
char message[80];
|
// char message[80];
|
||||||
COMSTAT stat;
|
COMSTAT stat;
|
||||||
clock_t c;
|
clock_t c;
|
||||||
unsigned char *dest = vb;
|
unsigned char *dest = vb;
|
||||||
|
|
Ładowanie…
Reference in New Issue