../core/Lucy/Object/Obj.c: In function ‘lucy_Obj_hash_code’:
../core/Lucy/Object/Obj.c:34: warning: cast from pointer to integer of different
size


^^
I'm getting that warning from gcc under OSX 10.6, where pointers are 64 bits.

Usually I would just change the cast to a 64-bit sized type, but as
Obj_hash_code() is used all over the place, I'm not sure if that's the best
solution.

Thoughts?

-- 
Peter Karman  .  http://peknet.com/  .  [email protected]

Reply via email to