Skip to content

Commit d12a2bc

Browse files
author
Colin Robertson
committed
Update D9035, D9036 with deprecated option pointer
1 parent 0641bc0 commit d12a2bc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
Lines changed: 7 additions & 4 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

1618
## 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
1212
Warning D9036 is a continuation of [Command-Line Warning D9035](../../error-messages/tool-errors/command-line-warning-d9035.md).

0 commit comments

Comments
 (0)