description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4049 |
Compiler Warning (level 1) C4049 |
11/04/2016 |
|
|
d11c1870-bcfc-4d71-8945-b87ec6ec3514 |
compiler limit : terminating line number emission
The file contains more than 16,777,215 (224-1) source lines. The compiler stops numbering at 16,777,215.
For code after line 16,777,215:
-
The image will contain no debug information for line numbers.
-
Some diagnostics may be reported with incorrect line numbers.
-
.asm listings (/FAs) may have incorrect line numbers.