Skip to content

Commit b5e50aa

Browse files
Merge pull request #5051 from MicrosoftDocs/main638542422590106620sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents ef188f3 + 5762e98 commit b5e50aa

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*'|

docs/error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ The articles in this section describe Microsoft C/C++ compiler warning messages
143143
| [Compiler warning (level 3) C4996](compiler-warning-level-3-c4996.md) | '*deprecated-declaration*': *deprecation-message* (or "was declared deprecated") |
144144
| [Compiler warning (level 1) C4997](compiler-warning-level-1-c4997.md) | '*class*': coclass does not implement a COM interface or pseudo-interface |
145145
| Compiler warning (level 1) C4998 | EXPECTATION FAILED: *expectation*(*value*) |
146-
| [Compiler warning C4999](compiler-warning-level-1-c4999.md) | UNKNOWN WARNING Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
147146

148147
## See also
149148

docs/error-messages/includes/error-boilerplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
To get help on a particular diagnostic message in Visual Studio, select it in the **Output** window and press the **F1** key. Visual Studio opens the documentation page for that error, if one exists. You can also use the search tool at the top of the page to find articles about specific errors or warnings. Or, browse the list of errors and warnings by tool and type in the table of contents on this page.
55

66
> [!NOTE]
7-
> Not every Visual Studio error or warning is documented. In many cases, the diagnostic message provides all of the information that's available. If you landed on this page when you used **F1** and you think the error or warning message needs additional explanation, let us know. You can use the feedback buttons on this page to raise a documentation issue on [GitHub](https://github.com/MicrosoftDocs/cpp-docs/issues). If you think the error or warning is wrong, or you've found another problem with the toolset, report a product issue on the [Developer Community](https://aka.ms/feedback/report?space=62) site. You can also send feedback and enter bugs within the IDE. In Visual Studio, go to the menu bar and choose **Help > Send Feedback > Report a Problem**, or submit a suggestion by using **Help > Send Feedback > Send a Suggestion**.
7+
> Not every Visual Studio error or warning is documented. In many cases, the diagnostic message provides all of the information that's available. If you landed on this page when you used **F1** and you think the error or warning message needs additional explanation, let us know. You can use the feedback buttons on this page to raise a documentation issue on [GitHub](https://github.com/MicrosoftDocs/cpp-docs/issues). If you think the error or warning is wrong, or you've found another problem with the toolset, report a product issue on the [Developer Community](https://aka.ms/feedback/report?space=62) site. You can also send feedback and enter bugs within the IDE. In Visual Studio, go to the menu bar and choose **Help > Send Feedback > Report a Problem**, or submit a suggestion by using **Help > Send Feedback > Send a Suggestion**. Some compiler error topics were created that are not emitted by the compiler and now redirect to this page instead.
88
99
You may find additional assistance for errors and warnings in [Microsoft Learn Q&A](/answers/topics/c%2B%2B.html) forums. Or, search for the error or warning number on the Visual Studio C++ [Developer Community](https://aka.ms/vsfeedback/browsecpp) site. You can also search [Stack Overflow](https://stackoverflow.com/) to find solutions.
1010

docs/error-messages/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ items:
8888
items:
8989
- name: Compiler fatal errors C999 through C1999
9090
href: compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md
91-
- name: Fatal error C999
92-
href: compiler-errors-1/fatal-error-c999.md
93-
- name: Fatal error C1000, C1999
94-
href: compiler-errors-1/fatal-error-c1000-c1999.md
9591
- name: Fatal error C1001
9692
href: compiler-errors-1/fatal-error-c1001.md
9793
- name: Fatal error C1002
@@ -4331,8 +4327,6 @@ items:
43314327
href: compiler-warnings/compiler-warning-level-3-c4996.md
43324328
- name: Compiler warning (level 1) C4997
43334329
href: compiler-warnings/compiler-warning-level-1-c4997.md
4334-
- name: Compiler warning (level 1) C4999
4335-
href: compiler-warnings/compiler-warning-level-1-c4999.md
43364330
- name: Compiler warnings C5000 through C5199
43374331
expanded: false
43384332
items:

0 commit comments

Comments
 (0)