Re: [oss-devel] Unable to build with clang

2011-04-15 Thread Yair K.
On Friday 15 April 2011 18:27:09 Romain Lalaut wrote: > Hi there, > > When I try to compile oss (svn trunk) with clang, I get this fatal > error : > > pcm.c:332:5: error: non-void function 'snd_pcm_close' should return a > value [-Wreturn-type] > return; > > Is it possible to fix it ?

[oss-devel] Unable to build with clang

2011-04-15 Thread Romain Lalaut
Hi there, When I try to compile oss (svn trunk) with clang, I get this fatal error : pcm.c:332:5: error: non-void function 'snd_pcm_close' should return a value [-Wreturn-type] return; Is it possible to fix it ? Thanks, Romain ___ os