no calls from directive
In this section:
Syntax
no calls frommodule-spectofunc-spec[, func-spec... ];
Parameters
See the information on syntactic components:
Description
When you provide stack usage information for some functions in a module without stack usage information, the linker warns about functions that are referenced from the module but not listed as called. This is primarily to help avoid problems with C runtime routines, calls to which are generated by the compiler, beyond user control.
If there actually is no call to some of these functions, use the no calls from directive to selectively suppress the warning for the specified functions. You can also disable the warning entirely (‑‑diag_suppress or Project>Options>Linker>Diagnostics>Suppress these diagnostics).
Example
no calls from [file.o] to MyFunc13, MyFun14;