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 |
|
|
396ae826-a892-4327-bd66-f4762376d72b |
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.