Skip to content

Commit 765705e

Browse files
authored
Convert Command-line errors and warnings list into a table
1 parent df4242d commit 765705e

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

docs/error-messages/tool-errors/command-line-errors-d8000-through-d9999.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,32 @@ The articles in this section provide a reference to the command-line errors and
1212

1313
## Command-line error messages
1414

15-
[Command-Line Error D8016](../../error-messages/tool-errors/command-line-error-d8016.md) \
16-
[Command-Line Error D8021](../../error-messages/tool-errors/command-line-error-d8021.md) \
17-
[Command-Line Error D8022](../../error-messages/tool-errors/command-line-error-d8022.md) \
18-
[Command-Line Error D8027](../../error-messages/tool-errors/command-line-error-d8027.md) \
19-
[Command-Line Error D8036](../../error-messages/tool-errors/command-line-error-d8036.md) \
20-
[Command-Line Error D8037](../../error-messages/tool-errors/command-line-error-d8037.md) \
21-
[Command-Line Error D8045](../../error-messages/tool-errors/command-line-error-d8045.md) \
22-
[Command-Line Error D8048](../../error-messages/tool-errors/command-line-error-d8048.md) \
23-
[Command-Line Error D8049](../../error-messages/tool-errors/command-line-error-d8049.md)
15+
| Error | Message |
16+
|--|--|
17+
| [Command-Line Error D8016](../../error-messages/tool-errors/command-line-error-d8016.md) | 'option1' and 'option2' command-line options are incompatible |
18+
| [Command-Line Error D8021](../../error-messages/tool-errors/command-line-error-d8021.md) | invalid numeric argument 'number' |
19+
| [Command-Line Error D8022](../../error-messages/tool-errors/command-line-error-d8022.md) | cannot open 'messagefile' |
20+
| [Command-Line Error D8027](../../error-messages/tool-errors/command-line-error-d8027.md) | cannot execute 'component' |
21+
| [Command-Line Error D8036](../../error-messages/tool-errors/command-line-error-d8036.md) | '/option' not allowed with multiple source files |
22+
| [Command-Line Error D8037](../../error-messages/tool-errors/command-line-error-d8037.md) | cannot create temporary il file; clean temp directory of old il files |
23+
| [Command-Line Error D8045](../../error-messages/tool-errors/command-line-error-d8045.md) | cannot compile C file 'file' with the /clr option |
24+
| [Command-Line Error D8048](../../error-messages/tool-errors/command-line-error-d8048.md) | cannot compile C file '*file-name*' with /ZW option |
25+
| [Command-Line Error D8049](../../error-messages/tool-errors/command-line-error-d8049.md) | cannot execute '*compiler-component*': command line is too long to fit in debug record |
2426

2527
## Command-line warning messages
2628

27-
[Command-Line Warning D9024](../../error-messages/tool-errors/command-line-warning-d9024.md) \
28-
[Command-Line Warning D9025](../../error-messages/tool-errors/command-line-warning-d9025.md) \
29-
[Command-Line Warning D9026](../../error-messages/tool-errors/command-line-warning-d9026.md) \
30-
[Command-Line Warning D9027](../../error-messages/tool-errors/command-line-warning-d9027.md) \
31-
[Command-Line Warning D9028](../../error-messages/tool-errors/command-line-warning-d9028.md) \
32-
[Command-Line Warning D9035](../../error-messages/tool-errors/command-line-warning-d9035.md) \
33-
[Command-Line Warning D9036](../../error-messages/tool-errors/command-line-warning-d9036.md) \
34-
[Command-Line Warning D9040](../../error-messages/tool-errors/command-line-warning-d9040.md) \
35-
[Command-Line Warning D9041](../../error-messages/tool-errors/command-line-warning-d9041.md) \
36-
[Command-Line Warning D9043](../../error-messages/tool-errors/command-line-warning-d9043.md)
29+
| Warning | Message |
30+
|--|--|
31+
| [Command-Line Warning D9024](../../error-messages/tool-errors/command-line-warning-d9024.md) | unrecognized source file type 'filename', object file assumed |
32+
| [Command-Line Warning D9025](../../error-messages/tool-errors/command-line-warning-d9025.md) | overriding 'option1' with 'option2' |
33+
| [Command-Line Warning D9026](../../error-messages/tool-errors/command-line-warning-d9026.md) | options apply to entire command line |
34+
| [Command-Line Warning D9027](../../error-messages/tool-errors/command-line-warning-d9027.md) | source file '\<filename>' ignored |
35+
| [Command-Line Warning D9028](../../error-messages/tool-errors/command-line-warning-d9028.md) | minimal rebuild failure, reverting to normal build |
36+
| [Command-Line Warning D9035](../../error-messages/tool-errors/command-line-warning-d9035.md) | option '*option*' has been deprecated and will be removed in a future release |
37+
| [Command-Line Warning D9036](../../error-messages/tool-errors/command-line-warning-d9036.md) | '*option\_2*' instead of '*option\_1*' |
38+
| [Command-Line Warning D9040](../../error-messages/tool-errors/command-line-warning-d9040.md) | ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler |
39+
| [Command-Line Warning D9041](../../error-messages/tool-errors/command-line-warning-d9041.md) | invalid value '*option-value*' for '/*option-name*'; assuming '*assumed-value*'; add '/analyze' to command-line options when specifying this warning |
40+
| [Command-Line Warning D9043](../../error-messages/tool-errors/command-line-warning-d9043.md) | invalid value 'warning_level' for 'compiler_option'; assuming '4999'; Code Analysis warnings are not associated with warning levels |
3741

3842
## See also
3943

0 commit comments

Comments
 (0)