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 - 3550 indirect reference to function name http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 3550                Indirect reference to function name
------------------------------------------------------------------------------
 Description
   This warning occurs when a function is referenced without the ending
   parentheses. In this case the address of the function (rather
   than its return value) is used by the compiler.

 Solution
   Specify the parentheses at the function end if you want to call the
   function. The warning can be ignored in the numerous cases when
   indeed the address of the function is required without performing a
   call. Use the #pragma W_INDIRECT- directive or the -W switch to suppress
   the warning.

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