Microsoft KB Archive/30454

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:53, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C 5.10 Does Not Warn About Duplicate const Qualifiers ID Number: Q30454

5.10 MS-DOS buglist5.10 fixlist6.00

Summary:

The compiler fails to generate an error message when more than one const statement is used in a declaration.

For example, the following will not generate an error message:

const const j = 1;

Microsoft has confirmed this to be a problem in C version 5.10. This problem was corrected in C version 6.00.