warn_notinlined

Controls the issuing of warnings for functions the compiler cannot inline.

Syntax
  #pragma warn_notinlined on | off | reset  
Remarks

The compiler issues a warning for non-inlined inline function calls.

This pragma corresponds to the Non-Inlined Functions setting in the Language panel. To check this setting, use __option (warn_notinlined), described in Checking Pragma Settings. By default, this pragma is disabled.