Skip to content

Commit 2cfa2e1

Browse files
authored
Merge pull request #5521 from MicrosoftDocs/main
3/28/2024 AM Publish
2 parents 6382bc4 + e14964e commit 2cfa2e1

25 files changed

+83
-60
lines changed

docs/build-insights/reference/sdk/cpp-event-data-types/compiler-pass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Along with the inherited members from its [Activity](activity.md) base class, th
5656
5757
[InputSourcePath](#input-source-path)\
5858
[OutputObjectPath](#output-object-path)\
59-
[PassCode](#pass-code)\
59+
[PassCode](#pass-code)
6060
6161
## <a name="compiler-pass"></a> CompilerPass
6262

docs/build/reference/zc-zerosizearraynew.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about the /Zc:zeroSizeArrayNew (Call member new/delete on arrays) compiler option."
32
title: "/Zc:zeroSizeArrayNew (Call member new/delete on arrays)"
3+
description: "Learn more about the /Zc:zeroSizeArrayNew (Call member new/delete on arrays) compiler option."
44
ms.date: 11/08/2022
55
f1_keywords: ["/Zc:zeroSizeArrayNew"]
66
helpviewer_keywords: ["-Zc:zeroSizeArrayNew compiler option (C++)", "/Zc:zeroSizeArrayNew compiler option (C++)"]
@@ -29,4 +29,4 @@ The **`/Zc:zeroSizeArrayNew`** option may cause a breaking change in code that r
2929

3030
## See also
3131

32-
[`/Zc` (Conformance)](zc-conformance.md)\
32+
[`/Zc` (Conformance)](zc-conformance.md)

docs/c-language/typeof-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ To use `typeof`, compile with [`/std:clatest`](../build/reference/std-specify-la
5656

5757
## See also
5858

59-
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)\
59+
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)

docs/c-language/typeof-unqual-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ To use `typeof_unqual`, compile with [`/std:clatest`](../build/reference/std-spe
5454

5555
## See also
5656

57-
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)\
57+
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)

docs/c-runtime-library/reference/crtmemdifference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
6363
## See also
6464

6565
[Debug routines](../debug-routines.md)\
66-
[`_crtDbgFlag`](../crtdbgflag.md)\
66+
[`_crtDbgFlag`](../crtdbgflag.md)

docs/c-runtime-library/reference/crtmemdumpstatistics.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtMemDumpStatistics"
32
title: "_CrtMemDumpStatistics"
3+
description: "Learn more about: _CrtMemDumpStatistics"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtMemDumpStatistics"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtMemDumpStatistics", "_CrtMemDumpStatistics"]
1010
helpviewer_keywords: ["_CrtMemDumpStatistics function", "CrtMemDumpStatistics function"]
11-
ms.assetid: 27b9d731-3184-4a2d-b9a7-6566ab28a9fe
1211
---
1312
# `_CrtMemDumpStatistics`
1413

@@ -47,4 +46,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
4746

4847
## See also
4948

50-
[Debug routines](../debug-routines.md)\
49+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/crtsetbreakalloc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtSetBreakAlloc"
32
title: "_CrtSetBreakAlloc"
3+
description: "Learn more about: _CrtSetBreakAlloc"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtSetBreakAlloc"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtSetBreakAlloc", "_CrtSetBreakAlloc"]
1010
helpviewer_keywords: ["CrtSetBreakAlloc function", "_CrtSetBreakAlloc function"]
11-
ms.assetid: 33bfc6af-a9ea-405b-a29f-1c2d4d9880a1
1211
---
1312
# `_CrtSetBreakAlloc`
1413

@@ -99,4 +98,4 @@ int main( )
9998
10099
## See also
101100
102-
[Debug routines](../debug-routines.md)\
101+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/crtsetreportfile.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtSetReportFile"
32
title: "_CrtSetReportFile"
3+
description: "Learn more about: _CrtSetReportFile"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtSetReportFile"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtSetReportFile", "_CrtSetReportFile"]
1010
helpviewer_keywords: ["CrtSetReportFile function", "_CrtSetReportFile function"]
11-
ms.assetid: 3126537e-511b-44af-9c1c-0605265eabc4
1211
---
1312
# `_CrtSetReportFile`
1413

@@ -91,4 +90,4 @@ The console isn't supported in Universal Windows Platform (UWP) apps. The standa
9190

9291
## See also
9392

94-
[Debug routines](../debug-routines.md)\
93+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/fdim-fdimf-fdiml.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["fdim", "fdimf", "fdiml", "math/fdim", "math/fdimf", "math/fdiml"]
1010
helpviewer_keywords: ["fdim function", "fdimf function", "fdiml function"]
11-
ms.assetid: 2d4ac639-51e9-462d-84ab-fb03b06971a0
1211
---
1312
# `fdim`, `fdimf`, `fdiml`
1413

@@ -93,4 +92,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
9392
9493
[Alphabetical function reference](crt-alphabetical-function-reference.md)\
9594
[`fmax`, `fmaxf`, `fmaxl`](fmax-fmaxf-fmaxl.md)\
96-
[`abs`, `labs`, `llabs`, `_abs64`](abs-labs-llabs-abs64.md)\
95+
[`abs`, `labs`, `llabs`, `_abs64`](abs-labs-llabs-abs64.md)

docs/c-runtime-library/reference/freopen-wfreopen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: freopen, _wfreopen"
32
title: "freopen, _wfreopen"
3+
description: "Learn more about: freopen, _wfreopen"
44
ms.date: "2/23/2021"
55
api_name: ["freopen", "_wfreopen", "_o__wfreopen", "_o_freopen"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
@@ -141,4 +141,4 @@ This will go to the file 'freopen.out'
141141
[`_fileno`](fileno.md)\
142142
[`fopen`, `_wfopen`](fopen-wfopen.md)\
143143
[`_open`, `_wopen`](open-wopen.md)\
144-
[`_setmode`](setmode.md)\
144+
[`_setmode`](setmode.md)

docs/c-runtime-library/reference/memcpy-wmemcpy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: memcpy, wmemcpy"
32
title: "memcpy, wmemcpy"
3+
description: "Learn more about: memcpy, wmemcpy"
44
ms.date: "1/14/2021"
55
api_name: ["memcpy", "wmemcpy"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "ntoskrnl.exe"]
@@ -91,4 +91,4 @@ See [`memmove`](memmove-wmemmove.md) for a sample of how to use **`memcpy`**.
9191
[`memmove`, `wmemmove`](memmove-wmemmove.md)\
9292
[`memset`, `wmemset`](memset-wmemset.md)\
9393
[`strcpy_s`, `wcscpy_s`, `_mbscpy_s`](strcpy-s-wcscpy-s-mbscpy-s.md)\
94-
[`strncpy_s`, `_strncpy_s_l`, `wcsncpy_s`, `_wcsncpy_s_l`, `_mbsncpy_s`, `_mbsncpy_s_l`](strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md)\
94+
[`strncpy_s`, `_strncpy_s_l`, `wcsncpy_s`, `_wcsncpy_s_l`, `_mbsncpy_s`, `_mbsncpy_s_l`](strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md)

docs/c-runtime-library/reference/memmove-wmemmove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: memmove, wmemmove"
32
title: "memmove, wmemmove"
3+
description: "Learn more about: memmove, wmemmove"
44
ms.date: "1/14/2021"
55
api_name: ["memmove", "wmemmove"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ntdll.dll", "ucrtbase.dll", "ntoskrnl.exe"]
@@ -114,4 +114,4 @@ New string: aaaabb
114114
[`_memccpy`](memccpy.md)\
115115
[`memcpy`, `wmemcpy`](memcpy-wmemcpy.md)\
116116
[`strcpy`, `wcscpy`, `_mbscpy`](strcpy-wcscpy-mbscpy.md)\
117-
[`strncpy`, `_strncpy_l`, `wcsncpy`, `_wcsncpy_l`, `_mbsncpy`, `_mbsncpy_l`](strncpy-strncpy-l-wcsncpy-wcsncpy-l-mbsncpy-mbsncpy-l.md)\
117+
[`strncpy`, `_strncpy_l`, `wcsncpy`, `_wcsncpy_l`, `_mbsncpy`, `_mbsncpy_l`](strncpy-strncpy-l-wcsncpy-wcsncpy-l-mbsncpy-mbsncpy-l.md)

docs/c-runtime-library/reference/read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _read"
32
title: "_read"
3+
description: "Learn more about: _read"
44
ms.date: "4/2/2020"
55
api_name: ["_read", "_o__read"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
@@ -123,4 +123,4 @@ Read 19 bytes from file
123123
[`_creat`, `_wcreat`](creat-wcreat.md)\
124124
[`fread`](fread.md)\
125125
[`_open`, `_wopen`](open-wopen.md)\
126-
[`_write`](write.md)\
126+
[`_write`](write.md)

docs/c-runtime-library/reference/set-se-translator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _set_se_translator"
32
title: "_set_se_translator"
3+
description: "Learn more about: _set_se_translator"
44
ms.date: "1/14/2021"
55
api_name: ["_set_se_translator"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
@@ -212,4 +212,4 @@ Caught SE_Exception, error c0000094
212212
[`set_terminate`](set-terminate-crt.md)\
213213
[`set_unexpected`](set-unexpected-crt.md)\
214214
[`terminate`](terminate-crt.md)\
215-
[`unexpected`](unexpected-crt.md)\
215+
[`unexpected`](unexpected-crt.md)

docs/c-runtime-library/reference/set-unexpected-crt.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: set_unexpected (CRT)"
32
title: "set_unexpected (CRT)"
3+
description: "Learn more about: set_unexpected (CRT)"
44
ms.date: "1/14/2021"
55
api_name: ["set_unexpected"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["set_unexpected"]
1010
helpviewer_keywords: ["set_unexpected function", "unexpected function", "exception handling, termination"]
11-
ms.assetid: ebcef032-4771-48e5-88aa-2a1ab8750aa6
1211
---
1312
# `set_unexpected` (CRT)
1413

@@ -62,4 +61,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
6261
[`_get_unexpected`](get-unexpected.md)\
6362
[`set_terminate`](set-terminate-crt.md)\
6463
[`terminate`](terminate-crt.md)\
65-
[`unexpected`](unexpected-crt.md)\
64+
[`unexpected`](unexpected-crt.md)

docs/c-runtime-library/reference/sin-sinf-sinl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ cos( 1.570796 ) = 0.000000
9696
[`atan`, `atanf`, `atanl`, `atan2`, `atan2f`, `atan2l`](atan-atanf-atanl-atan2-atan2f-atan2l.md)\
9797
[`cos`, `cosf`, `cosl`](cos-cosf-cosl.md)\
9898
[`tan`, `tanf`, `tanl`](tan-tanf-tanl.md)\
99-
[`_CIsin`](../cisin.md)\
99+
[`_CIsin`](../cisin.md)

docs/c-runtime-library/reference/sqrt-sqrtf-sqrtl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ The square root of 45.35 is 6.73
9797
[`exp`, `expf`, `expl`](exp-expf.md)\
9898
[`log`, `logf`, `log10`, `log10f`](log-logf-log10-log10f.md)\
9999
[`pow`, `powf`, `powl`](pow-powf-powl.md)\
100-
[`_CIsqrt`](../cisqrt.md)\
100+
[`_CIsqrt`](../cisqrt.md)

docs/c-runtime-library/reference/strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l"
32
title: "strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l"
3+
description: "Learn more about: strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l"
44
ms.date: "1/20/2021"
55
api_name: ["strncat", "_strncat_l", "_mbsncat", "_mbsncat_l", "wcsncat", "wcsncat_l", "_o__mbsncat", "_o__mbsncat_l"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-multibyte-l1-1-0.dll", "api-ms-win-crt-string-l1-1-0.dll", "ntoskrnl.exe"]
@@ -184,4 +184,4 @@ You can see that `BadAppend` caused a buffer overrun.
184184
[`_strset`, `_strset_l`, `_wcsset`, `_wcsset_l`, `_mbsset`, `_mbsset_l`](strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md)\
185185
[`strspn`, `wcsspn`, `_mbsspn`, `_mbsspn_l`](strspn-wcsspn-mbsspn-mbsspn-l.md)\
186186
[Locale](../locale.md)\
187-
[Interpretation of multibyte-character sequences](../interpretation-of-multibyte-character-sequences.md)\
187+
[Interpretation of multibyte-character sequences](../interpretation-of-multibyte-character-sequences.md)

docs/c-runtime-library/reference/vscprintf-p-vscprintf-p-l-vscwprintf-p-vscwprintf-p-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _vscprintf_p, _vscprintf_p_l, _vscwprintf_p, _vscwprintf_p_l"
32
title: "_vscprintf_p, _vscprintf_p_l, _vscwprintf_p, _vscwprintf_p_l"
3+
description: "Learn more about: _vscprintf_p, _vscprintf_p_l, _vscwprintf_p, _vscwprintf_p_l"
44
ms.date: "10/21/2021"
55
api_name: ["_vscprintf_p_l", "_vscprintf_p", "_vscwprintf_p_l", "_vscwprintf_p"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
@@ -89,4 +89,4 @@ See the example for [`vsprintf`](vsprintf-vsprintf-l-vswprintf-vswprintf-l-vswpr
8989

9090
[`vprintf` functions](../vprintf-functions.md)\
9191
[`_scprintf_p`, `_scprintf_p_l`, `_scwprintf_p`, `_scwprintf_p_l`](scprintf-p-scprintf-p-l-scwprintf-p-scwprintf-p-l.md)\
92-
[`_vscprintf`, `_vscprintf_l`, `_vscwprintf`, `_vscwprintf_l`](vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md)\
92+
[`_vscprintf`, `_vscprintf_l`, `_vscwprintf`, `_vscwprintf_l`](vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md)

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4165.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
---
2-
description: "Learn more about: Compiler Warning (level 1) C4165"
3-
title: "Compiler Warning (level 1) C4165"
2+
description: "Learn more about: Compiler Warning (level 3, off) C4165"
3+
title: "Compiler Warning (level 3, off) C4165"
44
ms.date: "11/04/2016"
55
f1_keywords: ["C4165"]
66
helpviewer_keywords: ["C4165"]
7-
ms.assetid: f5bed515-2290-4f88-8dab-b45d95fe26ef
87
---
9-
# Compiler Warning (level 1) C4165
8+
# Compiler Warning (level 3, off) C4165
109

11-
'HRESULT' is being converted to 'bool'; are you sure this is what you want?
10+
'`HRESULT`' is being converted to '`bool`'; are you sure this is what you want?
1211

13-
When using an HRESULT in an [if](../../cpp/if-else-statement-cpp.md) statement, the HRESULT will be converted to a [bool](../../cpp/bool-cpp.md) unless you explicitly test for the variable as an HRESULT. This warning is off by default.
12+
When an `HRESULT` is used in an [`if`](../../cpp/if-else-statement-cpp.md) statement, the `HRESULT` is converted to a [`bool`](../../cpp/bool-cpp.md) unless you explicitly test for the variable as an `HRESULT`.
13+
14+
Warning C4165 is off by default. For more information, see [Compiler Warnings That Are Off By Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1415

1516
## Example
1617

17-
The following sample generates C4165
18+
The following sample generates C4165:
1819

1920
```cpp
2021
// C4165.cpp
21-
// compile with: /W1
22+
// compile with: /W3
2223
#include <windows.h>
23-
#pragma warning(1:4165)
24+
#pragma warning(3:4165)
2425

2526
extern HRESULT hr;
2627
int main() {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The articles in this section of the documentation explain a subset of the warnin
1515

1616
|Warning|Message|
1717
|-------------|-------------|
18-
|Compiler warning C4000|UNKNOWN WARNING<br /><br /> Please choose the Technical Support command on the Visual C++<br /><br /> Help menu, or open the Technical Support help file for more information|
18+
|Compiler warning C4000|UNKNOWN WARNING<br/> Please choose the Technical Support command on the Visual C++<br/> Help menu, or open the Technical Support help file for more information|
1919
|[Compiler warning (level 4) C4001](../../error-messages/compiler-warnings/compiler-warning-level-4-c4001.md)|nonstandard extension 'single line comment' was used|
2020
|[Compiler warning (level 1) C4002](compiler-warning-level-1-c4002.md)|too many actual parameters for macro 'identifier'|
2121
|[Compiler warning (level 1) C4003](../../error-messages/compiler-warnings/compiler-warning-level-1-c4003.md)|not enough actual parameters for macro 'identifier'|
@@ -70,7 +70,7 @@ The articles in this section of the documentation explain a subset of the warnin
7070
|[Compiler warning (level 3) C4073](../../error-messages/compiler-warnings/compiler-warning-level-3-c4073.md)|initializers put in library initialization area|
7171
|[Compiler warning (level 1) C4074](../../error-messages/compiler-warnings/compiler-warning-level-1-c4074.md)|initializers put in compiler reserved initialization area|
7272
|[Compiler warning (level 1) C4075](compiler-warning-level-1-c4075.md)|initializers put in unrecognized initialization area|
73-
|[Compiler warning (level 1) C4076](compiler-warning-level-1-c4076.md)|'type_modifier': can not be used with type 'typename'|
73+
|[Compiler warning (level 1) C4076](compiler-warning-level-1-c4076.md)|'type_modifier': can't be used with type 'typename'|
7474
|[Compiler warning (level 1) C4077](compiler-warning-level-1-c4077.md)|unknown check_stack option|
7575
|[Compiler warning (level 1) C4079](../../error-messages/compiler-warnings/compiler-warning-level-1-c4079.md)|unexpected token 'token'|
7676
|[Compiler warning (level 1) C4080](compiler-warning-level-1-c4080.md)|expected identifier for segment name; found 'symbol'|
@@ -135,7 +135,7 @@ The articles in this section of the documentation explain a subset of the warnin
135135
|[Compiler warning (level 1) C4162](../../error-messages/compiler-warnings/compiler-warning-level-1-c4162.md)|'identifier': no function with C linkage found|
136136
|[Compiler warning (level 1) C4163](compiler-warning-level-1-c4163.md)|'identifier': not available as an intrinsic function|
137137
|[Compiler warning (level 1) C4164](compiler-warning-level-1-c4164.md)|'function': intrinsic function not declared|
138-
|[Compiler warning (level 1) C4165](compiler-warning-level-1-c4165.md)|'HRESULT' is being converted to 'bool'; are you sure this is what you want?|
138+
|[Compiler warning (level 3, off) C4165](compiler-warning-level-1-c4165.md)|'HRESULT' is being converted to 'bool'; are you sure this is what you want?|
139139
|[Compiler warning (level 1) C4166](compiler-warning-level-1-c4166.md)|illegal calling convention for constructor/destructor|
140140
|[Compiler warning (level 1) C4167](compiler-warning-level-1-c4167.md)|'function': only available as an intrinsic function|
141141
|[Compiler warning (level 1) C4168](compiler-warning-level-1-c4168.md)|compiler limit: out of debugger types, delete program database 'database' and rebuild|

0 commit comments

Comments
 (0)