Everything
11.4.5 Variable/function information file that may cause a compile error

When -vfinfo option is specified at link time for a program containing global functions with __inline keyword, and then the program is compiled with the generated variable/function information file, a compile error may occur.

That happens when variable/function information file contains "#prgma __callt" directive for the above function.

 

To avoid an error, perform either of the followings.

-

Edit the variable/function information file and comment out or remove the #pragma directive for the function.

-

Remove __inline keyword.

-

Do not specify -vfinfo option.