Fix all warnings found via clang.
[awesomized/libmemcached] / tests / memcp.cc
index 8aba60883cc5d66f39b38b46a3739491aa2a58a5..04c47f80956a014ccfa640c46fc87dd9f356a557 100644 (file)
@@ -85,7 +85,7 @@ collection_st collection[] ={
 
 static void *world_create(server_startup_st& servers, test_return_t& error)
 {
-  if (HAVE_MEMCACHED_BINARY == 0)
+  if (libtest::has_memcached() == false)
   {
     error= TEST_SKIPPED;
     return NULL;
@@ -100,7 +100,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
 }
 
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);
   world->create(world_create);