Controls the issuing of warning messages for functions the compiler cannot inline.
#pragma warn_notinlined on | off | reset
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.