DOC: Online Help Lists Wrong Warning Level for C4127 & C4135 (67083)



The information in this article applies to:

  • Microsoft C for MS-DOS 6.0
  • Microsoft C for MS-DOS 6.0a
  • Microsoft C for MS-DOS 6.0ax
  • Microsoft C/C++ for MS-DOS 7.0
  • Microsoft Visual C++ 1.0
  • Microsoft Visual C++, 32-bit Professional Edition 2.0
  • Microsoft Visual C++, 32-bit Professional Edition 2.1

This article was previously published under Q67083

SUMMARY

The online Help system for Microsoft C versions 6.0, 6.0a, and 6.0ax lists the wrong warning level for compiler warnings C4127 and C4135. The help system states that both of these are level 4 warnings; however, they actually appear when compiling at warning level 3 (/W3).

The online Help systems for Microsoft C/C++ versions 7.0 and Visual C++ for Windows version 1.0 incorrectly list the warning level for C4127, but lists the correct warning level for the compiler warning C4135.

The online Help systems for Microsoft Visual C++ 32-bit Edition versions 1.0 and 2.0 correctly list the warning level for C4127 as 4.

The online Help system for Microsoft Visual C++ for Windows version 1.5 correctly lists the warning levels for both C4127 and C4135.

Modification Type:MinorLast Reviewed:7/5/2005
Keywords:kbCompiler kbdocfix KB67083