warn_notinlined

Controls the issuing of warning messages for functions the compiler cannot inline.

Syntax
  #pragma warn_notinlined on | off | reset
  
  
Remarks

The compiler issues a warning message for non-inlined inline (i.e., on those indicated by the inline keyword or in line in a class declaration) function calls.