Skip to content

Commit 7343278

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents be7ee82 + 6990f84 commit 7343278

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
---
22
title: "Command-Line Warning D9035"
3-
ms.date: "11/04/2016"
3+
ms.date: "12/10/2018"
44
f1_keywords: ["D9035"]
55
helpviewer_keywords: ["D9035"]
66
ms.assetid: 6254f933-e37a-45ba-b860-1a870d1bc8e8
77
---
88
# Command-Line Warning D9035
99

10-
option 'option' has been deprecated and will be removed in a future release
10+
> option '*option*' has been deprecated and will be removed in a future release
1111
12-
You specified a compiler option that will be removed in a future release of the Visual C++ compiler. This warning is followed by warning [D9036](../../error-messages/tool-errors/command-line-warning-d9036.md) if there is a suggested replacement for *option*.
12+
## Remarks
13+
14+
You specified a compiler option that will be removed in a future release of the compiler. If there is a suggested replacement for *option*, this warning is followed by warning [D9036](../../error-messages/tool-errors/command-line-warning-d9036.md).
1315

1416
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.
1517

16-
## See Also
18+
## See also
1719

18-
[Command-Line Warning D9036](../../error-messages/tool-errors/command-line-warning-d9036.md)
20+
[Deprecated and removed compiler options](../../build/reference/compiler-options-listed-by-category.md#deprecated-and-removed-compiler-options)<br/>
21+
[Command-Line Warning D9036](command-line-warning-d9036.md)
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
---
22
title: "Command-Line Warning D9036"
3-
ms.date: "11/04/2016"
3+
ms.date: "12/10/2018"
44
f1_keywords: ["D9036"]
55
helpviewer_keywords: ["D9036"]
66
ms.assetid: 68276e84-8d4e-4d4a-a9db-2874c81dfe66
77
---
88
# Command-Line Warning D9036
99

10-
'option_2' instead of 'option_1'
10+
> '*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)