Controls the issuing of warning messages for missing typenames.
#pragma warn_no_typename on | off | reset
The compiler issues a warning message if 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. This pragma is enabled by the ISO/IEC 14882-2003 C++ template parser.