inline Functions That Are Not Inlined

If you enable the Non-Inlined Functions setting, the compiler issues a warning when it cannot inline a function.

This setting corresponds to pragma warn_notinlined. To check this setting, use __option (warn_notinlined).

See Checking Option Settings for information on how to use this directive.