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.
This pragma corresponds to the Non-Inlined Functions setting in the CodeWarrior IDE's Properties > C/C++ Build > Settings > Tool Settings > PowerPC Compiler > Warniings C/C++ Warnings settings panel. By default, this pragma is disabled.