Controls the issuing of warnings for missing typenames.
#pragma warn_no_typename on | off | reset
The compiler issues a warning if a typenames required by the C++ standard is missing but can still be determined by the compiler based on the context of the surrounding C++ syntax.
This pragma does not correspond to any panel setting. To check this setting, use __option (warn_no_typename), described in Checking Settings. This pragma is enabled by the ISO C++ Template Parser. The default settings is off.