Skip to content

Commit a361362

Browse files
author
JiayueHu
authored
Merge pull request #2374 from MicrosoftDocs/master
10/1 publishing
2 parents 1e6386b + 28b32bc commit a361362

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/build/reference/linker-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
7777
|[/LARGEADDRESSAWARE](largeaddressaware-handle-large-addresses.md)|Tells the compiler that the application supports addresses larger than two gigabytes|
7878
|[/LIBPATH](libpath-additional-libpath.md)|Specifies a path to search before the environmental library path.|
7979
|[/LINKREPRO](linkrepro.md)|Specifies a path to generate link repro artifacts in.|
80-
|[/LINKREPROTARGET](linkreprotarget.md)|Generates a link repro only when producing the specified target.|
80+
|[/LINKREPROTARGET](linkreprotarget.md)|Generates a link repro only when producing the specified target.<sup>16.1</sup>|
8181
|[/LTCG](ltcg-link-time-code-generation.md)|Specifies link-time code generation.|
8282
|[/MACHINE](machine-specify-target-platform.md)|Specifies the target platform.|
8383
|[/MANIFEST](manifest-create-side-by-side-assembly-manifest.md)|Creates a side-by-side manifest file and optionally embeds it in the binary.|
@@ -126,7 +126,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
126126
|[/WINMDDELAYSIGN](winmddelaysign-partially-sign-a-winmd.md)|Partially signs a Windows Runtime Metadata (.winmd) file by placing the public key in the winmd file.|
127127
|[/WX](wx-treat-linker-warnings-as-errors.md)|Treats linker warnings as errors.|
128128

129-
For more information, see [Compiler-Controlled LINK Options](compiler-controlled-link-options.md).
129+
<sup>16.1</sup> This option is available starting in Visual Studio 2019 version 16.1.
130130

131131
## See also
132132

docs/build/reference/linkreprotarget.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ For more information about how and when to create a link repro, see the [Link re
2828

2929
The **/LINKREPRO** and [/OUT](out-output-file-name.md) options must be set for the **/LINKREPROTARGET** option to have any effect.
3030

31+
**/LINKREPROTARGET** is available starting in Visual Studio 2019 version 16.1.
32+
3133
### To set this linker option in the Visual Studio development environment
3234

3335
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).

docs/preprocessor/compiler-warnings-that-are-off-by-default.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ The following warnings are turned off by default in Visual Studio 2015 and later
142142
|C5042 (level 3)|'*function*': function declarations at block scope cannot be specified 'inline' in standard C++; remove 'inline' specifier <sup>15.5</sup>|
143143
|[C5045](../error-messages/compiler-warnings/c5045.md)|Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified <sup>15.7</sup>|
144144

145-
<sup>14.1</sup> This warning is available starting in Visual Studio 2015 Update 1. <br/>
146-
<sup>14.3</sup> This warning is available starting in Visual Studio 2015 Update 3. <br/>
147-
<sup>15.3</sup> This warning is available starting in Visual Studio 2017 version 15.3. <br/>
148-
<sup>15.5</sup> This warning is available starting in Visual Studio 2017 version 15.5. <br/>
149-
<sup>15.7</sup> This warning is available starting in Visual Studio 2017 version 15.7. <br/>
150-
<sup>15.8</sup> This warning is available starting in Visual Studio 2017 version 15.8. <br/>
151-
<sup>16.0</sup> This warning is available starting in Visual Studio 2019 RTM. <br/>
145+
<sup>14.1</sup> This warning is available starting in Visual Studio 2015 Update 1.\
146+
<sup>14.3</sup> This warning is available starting in Visual Studio 2015 Update 3.\
147+
<sup>15.3</sup> This warning is available starting in Visual Studio 2017 version 15.3.\
148+
<sup>15.5</sup> This warning is available starting in Visual Studio 2017 version 15.5.\
149+
<sup>15.7</sup> This warning is available starting in Visual Studio 2017 version 15.7.\
150+
<sup>15.8</sup> This warning is available starting in Visual Studio 2017 version 15.8.\
151+
<sup>16.0</sup> This warning is available starting in Visual Studio 2019 RTM.\
152152
<sup>Perm</sup> This warning is off unless the [/permissive-](../build/reference/permissive-standards-conformance.md) compiler option is set.
153153

154154
## Warnings off by default in earlier versions

0 commit comments

Comments
 (0)