Additional fixes/test. We will now limit the hostname when adding it into
[m6w6/libmemcached] / tests / hash_plus.cc
index 30e14106fa74e931e375e4e6ef01f2883b2e5920..c148d3effd10528ac8cf427ef6bc4447a02df93d 100644 (file)
@@ -1,7 +1,8 @@
 /*
   C++ to libhashkit
 */
-#include "test.h"
+#include <libtest/test.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -14,6 +15,7 @@ static test_return_t exists_test(void *obj)
 {
   Hashkit hashk;
   (void)obj;
+  (void)hashk;
 
   return TEST_SUCCESS;
 }