Re: findutils-4.2.23-5 bug report

2005-11-10 Thread James Youngman
On Sat, Oct 22, 2005 at 11:25:09AM +, d binderman wrote: > > Hello there, > > I just tried to compile package findutils-4.2.23-5 with the Intel C compiler > > It said > > savedirinfo.c(296): warning #1011: missing return statement at end of > non-void function "new_savedirinfo" Checking '

findutils-4.2.23-5 bug report

2005-10-26 Thread d binderman
Hello there, I just tried to compile package findutils-4.2.23-5 with the Intel C compiler It said savedirinfo.c(296): warning #1011: missing return statement at end of non-void function "new_savedirinfo" The source code is return buf; } } Suggest add code to deal with the case whe

findutils-4.2.23-5 bug report

2005-10-22 Thread d binderman
Hello there, I just tried to compile package findutils-4.2.23-5 with the Intel C compiler It said savedirinfo.c(296): warning #1011: missing return statement at end of non-void function "new_savedirinfo" The source code is return buf; } } Suggest add code to deal with the case whe