right-hand operand of comma has no effect

2006-02-27 Thread Mary Cuper
I want to set the baudrate of my /dev/ttyS0 with: cfsetispeed(options, B9600); cfsetospeed(options, B9600); but always get: Warning: right-hand operand of comma has no effect. With linux the code functions! -- Telefonieren Sie schon oder sparen Sie noch? NEU: GMX Phone_Flat http

Re: right-hand operand of comma has no effect

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Mary Cuper wrote: I want to set the baudrate of my /dev/ttyS0 with: cfsetispeed(options, B9600); cfsetospeed(options, B9600); but always get: Warning: right-hand operand of comma has no effect. With linux the code functions! Cygwin uses newlib, which defines