Compiler Warning (level 1) C4034 (original) (raw)
sizeof returns 0
Remarks
The sizeof operator is applied to an operand of size zero (an empty structure, union, class, or enumerated type, or type void).
sizeof returns 0
The sizeof operator is applied to an operand of size zero (an empty structure, union, class, or enumerated type, or type void).