Controls the issuing of warnings for functions the compiler isn't able to inline.
Compatibility:This pragma is compatible with the following platform targets:
#pragma warn_notinlined on | off | reset
Remarks:
The compiler will issue a warning if it is not able to inline a function. This pragma corresponds to the Non-Inlined Functions option in the C/C++ Warnings settings panel. To check whether this option is on, use __option (warn_notinlined), described in "Checking Options." For more information about this warning see "Finding inline Functions That Are Not Inlined."