bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing return statement at end of non-void function


From: d binderman
Subject: missing return statement at end of non-void function
Date: Wed, 06 Jul 2005 09:20:59 +0000

Hello there,

I just tried to compile Redhat Fedora package
findutils-4.2.23-1 with the Intel C compiler version 8.1

The compiler 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 return statement to end of function.

Regards

David Binderman

_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.msn.co.uk/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]