Skip to content

Commit c6430c5

Browse files
author
Colin Robertson
committed
Expansion and clean-up
1 parent d12a2bc commit c6430c5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/error-messages/tool-errors/command-line-warning-d9035.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You specified a compiler option that will be removed in a future release of the
1515

1616
The specified option still works, but you should update your build configuration now. As a result, your project is more likely to continue to build when you upgrade the compiler.
1717

18-
## See Also
18+
## See also
1919

2020
[Deprecated and removed compiler options](../../build/reference/compiler-options-listed-by-category.md#deprecated-and-removed-compiler-options)<br/>
2121
[Command-Line Warning D9036](command-line-warning-d9036.md)

docs/error-messages/tool-errors/command-line-warning-d9036.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ ms.assetid: 68276e84-8d4e-4d4a-a9db-2874c81dfe66
99

1010
> '*option\_2*' instead of '*option\_1*'
1111
12-
Warning D9036 is a continuation of [Command-Line Warning D9035](../../error-messages/tool-errors/command-line-warning-d9035.md).
12+
## Remarks
13+
14+
Warning D9036 is a continuation of [Command-Line Warning D9035](../../error-messages/tool-errors/command-line-warning-d9035.md). If one compiler option is preferred instead of the deprecated option, it is listed here. For links to more information, see [Deprecated and removed compiler options](../../build/reference/compiler-options-listed-by-category.md#deprecated-and-removed-compiler-options).
15+
16+
## See also
17+
18+
[Deprecated and removed compiler options](../../build/reference/compiler-options-listed-by-category.md#deprecated-and-removed-compiler-options)<br/>
19+
[Command-Line Warning D9035](command-line-warning-d9035.md)

0 commit comments

Comments
 (0)