Skip to content
Commit ad8453ab authored by Alan Cox's avatar Alan Cox Committed by Sage Weil
Browse files

ceph: Fix warnings



Just scrubbing some warnings so I can see real problem ones in the build
noise. For 32bit we need to coax gcc politely into believing we really
honestly intend to the casts. Using (u64)(unsigned long) means we cast from
a pointer to a type of the right size and then extend it. This stops the
warning spew.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent ac1f12ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment