Skip to content

Commit 5762e98

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents ef188f3 + 7a03910 commit 5762e98

13 files changed

+16
-54
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7750,6 +7750,21 @@
77507750
"redirect_url": "/cpp/error-messages/compiler-errors-2/compiler-errors-c2500-through-c2599",
77517751
"redirect_document_id": false
77527752
},
7753+
{
7754+
"source_path": "docs/error-messages/compiler-errors-1/fatal-error-c999.md",
7755+
"redirect_url": "/cpp/error-messages/compiler-errors-1/c-cpp-build-errors",
7756+
"redirect_document_id": false
7757+
},
7758+
{
7759+
"source_path": "docs/error-messages/compiler-errors-1/fatal-error-c1000-c1999.md",
7760+
"redirect_url": "/cpp/error-messages/compiler-errors-1/c-cpp-build-errors",
7761+
"redirect_document_id": false
7762+
},
7763+
{
7764+
"source_path": "docs/error-messages/compiler-warnings/compiler-warning-level-1-c4999.md",
7765+
"redirect_url": "/cpp/error-messages/compiler-errors-1/c-cpp-build-errors",
7766+
"redirect_document_id": false
7767+
},
77537768
{
77547769
"source_path": "docs/error-messages/compiler-warnings/index.md",
77557770
"redirect_url": "/cpp/error-messages/compiler-warnings/compiler-warnings-c4000-through-c4199",

docs/error-messages/compiler-errors-1/compiler-errors-c2001-through-c2099.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The articles in this section of the documentation explain a subset of the error
1616

1717
| Error | Message |
1818
|--|--|
19-
| Compiler error C2000 | UNKNOWN ERROR<br /> Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
2019
| [Compiler error C2001](compiler-error-c2001.md) | newline in constant |
2120
| [Compiler error C2002](compiler-error-c2002.md) | invalid wide-character constant |
2221
| [Compiler error C2003](compiler-error-c2003.md) | expected 'defined id' |

docs/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The articles in this section of the documentation explain a subset of the error
1616

1717
| Error | Message |
1818
|--|--|
19-
| [Fatal error C999](fatal-error-c999.md) | UNKNOWN MESSAGE<br />Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
20-
| [Fatal error C1000](fatal-error-c1000-c1999.md) | UNKNOWN FATAL ERROR<br />Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
2119
| [Fatal error C1001](fatal-error-c1001.md) | An internal error has occurred in the compiler.<br /> (compiler file '*file*', line *number*)<br /> To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
2220
| [Fatal error C1002](fatal-error-c1002.md) | compiler is out of heap space in pass 2 |
2321
| [Fatal error C1003](fatal-error-c1003.md) | error count exceeds *number*; stopping compilation |
@@ -207,7 +205,6 @@ The articles in this section of the documentation explain a subset of the error
207205
| [Fatal error C1905](fatal-error-c1905.md) | Front end and back end not compatible (must target same processor). |
208206
| Fatal error C1906 | assembly reference '*name*' not resolved for type '*type-name*'; missing option '-FU *filename*.dll'? |
209207
| Fatal error C1907 | unable to recover from previous error(s); stopping compilation |
210-
| [Fatal error C1999](fatal-error-c1000-c1999.md) | UNKNOWN FATAL ERROR Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
211208

212209
## See also
213210

docs/error-messages/compiler-errors-1/fatal-error-c1000-c1999.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/error-messages/compiler-errors-1/fatal-error-c999.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/error-messages/compiler-errors-2/compiler-errors-c2900-through-c3499.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ The articles in this section of the documentation explain a subset of the error
115115
| [Compiler error C2996](compiler-error-c2996.md) | '*function*': recursive function template definition |
116116
| Compiler error C2997 | '*function*': array bound cannot be deduced from a default member initializer |
117117
| [Compiler error C2998](compiler-error-c2998.md) | '*declarator*': cannot be a template definition |
118-
| Compiler error C2999 | UNKNOWN ERROR Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
119118

120119
## See also
121120

docs/error-messages/compiler-errors-2/compiler-errors-c3500-through-c3999.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ The articles in this section explain a subset of the error messages generated by
505505
|Compiler error C3996|Obsolete.|
506506
| Compiler error C3997 | Warbird: *message* |
507507
|Compiler error C3998|'c++*version*': unsupported C++ version; defaulting to 'c++*version*'|
508-
|Compiler error C3999|UNKNOWN ERROR *message* Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information|
509508

510509
## See also
511510

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4999.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ These warnings, and all warnings in later versions, are suppressed by using the
635635

636636
| Warning | Message |
637637
|--|--|
638-
| C4000 | `UNKNOWN WARNING Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information` |
639638
| [C4272](compiler-warning-level-1-c4272.md) | `'type': is marked __declspec(dllimport); must specify native calling convention when importing a function.` |
640639
| [C4333](compiler-warning-level-1-c4333.md) | `'expression': right shift by too large amount, data loss` |
641640
| [C4334](compiler-warning-level-3-c4334.md) | `'expression': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)` |

docs/error-messages/compiler-warnings/compiler-warnings-c4000-through-c4199.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The articles in this section describe Microsoft C/C++ compiler warning messages
1414

1515
|Warning|Message|
1616
|-------------|-------------|
17-
|Compiler warning C4000|UNKNOWN WARNING<br/> Please choose the Technical Support command on the Visual C++<br/> Help menu, or open the Technical Support help file for more information|
1817
|[Compiler warning (level 4, no longer emitted) C4001](compiler-warning-level-4-c4001.md)|nonstandard extension 'single line comment' was used|
1918
|[Compiler warning (level 1, Error) C4002](compiler-warning-level-1-c4002.md)|too many arguments for function-like macro invocation '*identifier*'|
2019
|[Compiler warning (level 1, Error) C4003](compiler-warning-level-1-c4003.md)|not enough arguments for function-like macro invocation '*identifier*'|

0 commit comments

Comments
 (0)