Skip to content

Commit cd6fc04

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add links
1 parent 65a082d commit cd6fc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
7171

7272
| Warning | Message |
7373
|--|--|
74-
| C5266 | 'const' qualifier on return type has no effect |
74+
| [C5266](compiler-warning-level-4-c5266.md) | 'const' qualifier on return type has no effect |
7575

7676
## Warnings introduced in Visual Studio 2022 version 17.5 (compiler version 19.35)
7777

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The following warnings are turned off by default in Visual Studio 2022 and later
190190
| [C5262](../error-messages/compiler-warnings/c5262.md) (level 1, error) | implicit fall-through occurs here; are you missing a `break` statement? Use `[[fallthrough]]` when a `break` statement is intentionally omitted between cases <sup>17.4</sup> |
191191
| C5263 (level 4) | calling '`std::move`' on a temporary object prevents copy elision <sup>17.4</sup> |
192192
| C5264 (level 4) | '*variable-name*': 'const' variable is not used <sup>17.4</sup> |
193-
| C5266 (level 4) | 'const' qualifier on return type has no effect <sup>17.6</sup> |
193+
| [C5266 (level 4)](../error-messages/compiler-warnings/compiler-warning-level-4-c5266.md) | 'const' qualifier on return type has no effect <sup>17.6</sup> |
194194
| [C5267](../error-messages/compiler-warnings/c5267.md) (level 4) | definition of implicit copy constructor/assignment operator for '*type*' is deprecated because it has a user-provided assignment operator/copy constructor <sup>17.7</sup> |
195195

196196
<sup>14.1</sup> This warning is available starting in Visual Studio 2015 Update 1.\

0 commit comments

Comments
 (0)