Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 610 Bytes

compiler-warning-level-4-c4092.md

File metadata and controls

13 lines (11 loc) · 610 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 4) C4092
Compiler Warning (level 4) C4092
11/04/2016
C4092
C4092
396ae826-a892-4327-bd66-f4762376d72b

Compiler Warning (level 4) C4092

sizeof returns 'unsigned long'

The operand of the sizeof operator was very large, so sizeof returned an unsigned long. This warning occurs under the Microsoft extensions (/Ze). Under ANSI compatibility (/Za), the result is truncated instead.