Skip to content

Commit b247b40

Browse files
committed
Learn Editor: Update compiler-warning-level-3-c4334.md
1 parent 9ca5022 commit b247b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4334.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ms.assetid: d845857f-bc95-4faf-a079-626a0cf935ba
88
---
99
# Compiler Warning (level 3) C4334
1010

11-
'operator' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
11+
'operator': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
1212

13-
The result of 32-bit shift was converted to 64-bit, and the compiler suspects that a 64-bit shift was intended. Resolve this warning by using a 64-bit shift. If a 32-bit shift is intentional then cast the shift result to 32-bit to make it clear to the compiler.
13+
The result of 32-bit shift was converted to 64-bit, and the compiler suspects that a 64-bit shift was intended. Resolve this warning by using a 64-bit shift. If a 32-bit shift is intentional, then cast the shift result to 32-bit to make it clear to the compiler.
1414

1515
## Example
1616

0 commit comments

Comments
 (0)