X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhash_plus.cc;h=c148d3effd10528ac8cf427ef6bc4447a02df93d;hb=3381db937d9af684deb762143bef0f1632a37dcd;hp=30e14106fa74e931e375e4e6ef01f2883b2e5920;hpb=c15e27789bf0ba95ae05e70628a1eb39016159c9;p=m6w6%2Flibmemcached diff --git a/tests/hash_plus.cc b/tests/hash_plus.cc index 30e14106..c148d3ef 100644 --- a/tests/hash_plus.cc +++ b/tests/hash_plus.cc @@ -1,7 +1,8 @@ /* C++ to libhashkit */ -#include "test.h" +#include + #include #include #include @@ -14,6 +15,7 @@ static test_return_t exists_test(void *obj) { Hashkit hashk; (void)obj; + (void)hashk; return TEST_SUCCESS; }