Skip to content

Commit 24bd1ba

Browse files
authored
Add blockquotes for C4172 warning message
1 parent 0c67ffb commit 24bd1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: a8d2bf65-d8b1-4fe3-8340-a223d7e7fde6
88
---
99
# Compiler Warning (level 1) C4172
1010

11-
returning address of local variable or temporary
11+
> returning address of local variable or temporary
1212
1313
A function returns the address of a local variable or temporary object. Local variables and temporary objects are destroyed when a function returns, so the address returned is not valid.
1414

0 commit comments

Comments
 (0)