]> Git Repo - qemu.git/commit
block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
authorJeff Cody <[email protected]>
Fri, 14 Mar 2014 10:50:37 +0000 (06:50 -0400)
committerStefan Hajnoczi <[email protected]>
Fri, 14 Mar 2014 15:25:24 +0000 (16:25 +0100)
commit62e466e84592900756f080802782d0615c6a3b5c
tree1fbe7b74fd2d47ede23f862a200f90ea70ef0d44
parentc3adb58fe0b2db4942f5b2f5d19bc51a29b93a89
block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants

On 32-bit hosts, some compilers will warn on too large integer constants
for constants that are 64-bit in length.  Explicitly put a 'ULL' suffix
on those defines.

Reported-by: Alexander Graf <[email protected]>
Signed-off-by: Jeff Cody <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/vhdx.h
This page took 0.021029 seconds and 4 git commands to generate.