INVFCALL

972

Function function name should be called using function call convention

A function has been called without function call syntax (a leading “%” or parentheses). To avoid this warning, add a “%” or parentheses (or both) to the function call. Using function call syntax prevents other potential compile-time errors by unambiguously telling the compiler to look for a function, so it won’t accidentally resolve to things that aren’t functions. (Warning level 4)