arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

Fix compile error with clang. #77

Closed jcoleman closed 12 years ago

jcoleman commented 12 years ago

Clang fails with two errors: both are "implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int')."