Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - 5502 function end missing return value http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 5502                Function end missing return value
------------------------------------------------------------------------------
 Description
   This warning occurs when there is no return statement in the end of
   a function block, immediately before the endfunc statement.

 Solution
   Supply the missing return statement. The warning can be safely ignored
   if the presence of one or more return statements within the function
   body excludes that flow control eventually reaches the very end of
   the function. The warning can be suppressed by the #pragma W_RETURN-
   directive or by the -W compiler switch.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson