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 - 3551 function referenced as procedure http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 3551                Function referenced as procedure
------------------------------------------------------------------------------
 Description
   This warning occurs when the return value of a function is not used
   in the code in any form.

 Solution
   Assign the return value to a variable or use it in other means if this
   is what you intended to do. In many cases a function is called without
   the need of considering its return value. In these situations the
   return value can be safely ignored. The associated warning message can
   be suppressed by the #pragma W_FUNC_PROC- directive or the -W switch.

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