Skip to content

Commit 0652a0a

Browse files
authored
Simplify superfluous relative links in "Command-line errors and warnings"
1 parent 765705e commit 0652a0a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@ ms.assetid: d02ec7df-26a5-4198-ac92-87b29ec9d5c8
88

99
The articles in this section provide a reference to the command-line errors and warnings generated by the build tools. These messages have the form `Dxxxx`, where *xxxx* is a four-digit number.
1010

11-
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
11+
[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)]
1212

1313
## Command-line error messages
1414

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

2727
## Command-line warning messages
2828

2929
| Warning | Message |
3030
|--|--|
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 |
31+
| [Command-Line Warning D9024](command-line-warning-d9024.md) | unrecognized source file type 'filename', object file assumed |
32+
| [Command-Line Warning D9025](command-line-warning-d9025.md) | overriding 'option1' with 'option2' |
33+
| [Command-Line Warning D9026](command-line-warning-d9026.md) | options apply to entire command line |
34+
| [Command-Line Warning D9027](command-line-warning-d9027.md) | source file '\<filename>' ignored |
35+
| [Command-Line Warning D9028](command-line-warning-d9028.md) | minimal rebuild failure, reverting to normal build |
36+
| [Command-Line Warning D9035](command-line-warning-d9035.md) | option '*option*' has been deprecated and will be removed in a future release |
37+
| [Command-Line Warning D9036](command-line-warning-d9036.md) | '*option\_2*' instead of '*option\_1*' |
38+
| [Command-Line Warning D9040](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](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](command-line-warning-d9043.md) | invalid value 'warning_level' for 'compiler_option'; assuming '4999'; Code Analysis warnings are not associated with warning levels |
4141

4242
## See also
4343

0 commit comments

Comments
 (0)