Skip to content

Commit 78e1890

Browse files
authored
Update C4172 warning message again
1 parent 4380ed1 commit 78e1890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Compiler Warning (level 1) C4172"
33
description: "Learn more about: Compiler Warning (level 1) C4172"
4-
ms.date: 06/20/2025
4+
ms.date: 06/25/2025
55
f1_keywords: ["C4172"]
66
helpviewer_keywords: ["C4172"]
77
---
88
# Compiler Warning (level 1) C4172
99

10-
> returning address of local variable or temporary
10+
> returning address of local variable or temporary : *optional_context*
1111
1212
## Remarks
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The articles in this section describe Microsoft C/C++ compiler warning messages
138138
|[Compiler warning (level 1) C4166](compiler-warning-level-1-c4166.md)|illegal calling convention for constructor/destructor|
139139
|[Compiler warning (level 1) C4167](compiler-warning-level-1-c4167.md)|'*function*': only available as an intrinsic function|
140140
|[Compiler warning (level 1) C4168](compiler-warning-level-1-c4168.md)|compiler limit: out of debugger types, delete program database '*database*' and rebuild|
141-
|[Compiler warning (level 1) C4172](compiler-warning-level-1-c4172.md)|returning address of local variable or temporary *optional_context*|
141+
|[Compiler warning (level 1) C4172](compiler-warning-level-1-c4172.md)|returning address of local variable or temporary : *optional_context*|
142142
|[Compiler warning (level 1) C4174](compiler-warning-level-1-c4174.md)|'*name*': not available as a `#pragma component`|
143143
|[Compiler warning (level 1) C4175](compiler-warning-level-1-c4175.md)|`#pragma component(browser, on)`: browser info must initially be specified on the command line|
144144
|[Compiler warning (level 1) C4176](compiler-warning-level-1-c4176.md)|'*subcomponent*': unknown subcomponent for `#pragma component` browser|

0 commit comments

Comments
 (0)