[Asterisk-Users] chan_oss.c:461: error: too many arguments to function `ast_queue_frame'

2004-04-07 Thread Alessio Focardi
I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PRE

Re: [Asterisk-Users] chan_oss.c:461: error: too many arguments to function `ast_queue_frame'

2004-04-07 Thread Michael T Farnworth
Alessio Focardi wrote: I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:

Re: [Asterisk-Users] chan_oss.c:461: error: too many arguments to function `ast_queue_frame'

2004-04-07 Thread Vic Cross
On Wed, 7 Apr 2004, Michael T Farnworth wrote: > It appears that the final argument to all these functions (normally a 0 > or 1) has been dropped, but it hasn't been fixed in chan_oss.c or > chan_alsa.c. > The easy fix is just to drop the final arguments for all these functions > and then to ki