Skip to content

Commit 897e043

Browse files
authored
Merge pull request #5059 from markhall60/patch-1
Update compiler-warning-level-2-c4307.md
2 parents 896dd43 + 89c79bd commit 897e043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-2-c4307.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 7cca11e9-be61-49e4-8b15-88b84f0cbf07
88
---
99
# Compiler Warning (level 2) C4307
1010

11-
'operator' : integral constant overflow
11+
'operator' : signed integral constant overflow
1212

1313
The operator is used in an expression that results in an integer constant overflowing the space allocated for it. You may need to use a larger type for the constant. A **`signed int`** holds a smaller value than an **`unsigned int`** because the **`signed int`** uses one bit to represent the sign.
1414

0 commit comments

Comments
 (0)