-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I get some errors while compiling:
#17 43.90 ../libmemcached/server.cc: In function 'const char* memcached_server_ipaddress(memcached_instance_st)':
#17 43.90 ../libmemcached/server.cc:268:11: error: could not convert 'self' from 'const memcached_instance_st' to 'bool'
#17 43.90 if (self)
#17 43.90 ^
#17 43.90 ../libmemcached/server.cc:270:16: error: base operand of '->' has non-pointer type 'const memcached_instance_st'
#17 43.90 return self->_ipaddress;
It seems caused by PR #18
Metadata
Metadata
Assignees
Labels
No labels