Skip to content

Commit e74c629

Browse files
openpublishbuildColin Robertson
authored and
Colin Robertson
committed
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (#437)
* "unsigned long long" should be uint64_t, not int64_t * Update use-native-multi-targeting.md Add missing text to address issue #132. * Fix typo in compiler-warnings-c4000-through-c4199.md Remove extraneous `8`
1 parent 630805f commit e74c629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/compiler-warnings/compiler-warnings-c4000-through-c4199.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The articles in this part of the documentation contain information about a subse
4747
|Compiler warning (level 1) C4025|'function': based pointer passed to function with variable arguments: parameter 'parameter_number'|
4848
|Compiler warning (level 1) C4026|function declared with formal parameter list|
4949
|Compiler warning (level 1) C4027|function declared without formal parameter list|
50-
|[Compiler Warning (level 1) C4028](../../error-messages/compiler-warnings/compiler-warning-level-1-c4028.md)8|formal parameter 'parameter_number' different from declaration|
50+
|[Compiler Warning (level 1) C4028](../../error-messages/compiler-warnings/compiler-warning-level-1-c4028.md)|formal parameter 'parameter_number' different from declaration|
5151
|[Compiler Warning (level 1) C4029](../../error-messages/compiler-warnings/compiler-warning-level-1-c4029.md)|declared formal parameter list different from definition|
5252
|Compiler warning (level 1) C4030|first formal parameter list longer than the second list|
5353
|[Compiler Warning (level 1) C4031](../../error-messages/compiler-warnings/compiler-warning-level-1-c4031.md)|second formal parameter list longer than the first list|
@@ -174,4 +174,4 @@ The articles in this part of the documentation contain information about a subse
174174
|Compiler warning (level 1) C4195|#pragma stop_map_region used without matching #pragma start_map_region; ignored|
175175
|Compiler warning (level 1) C4196|expected '%$L' or '%$L'; found '%$L'|
176176
|[Compiler Warning (level 3) C4197](../../error-messages/compiler-warnings/compiler-warning-level-3-c4197.md)|'type': top-level volatile in cast is ignored|
177-
|Compiler warning (level 1, level 2, level 3, and level 4) C4199|%s|
177+
|Compiler warning (level 1, level 2, level 3, and level 4) C4199|%s|

0 commit comments

Comments
 (0)