Fix compile warning in ep_test_apis.cc introduced by
00272e095b58fb5267b950b0511a0b9147b40dd5 - the fix for MB-16656.
Change-Id: I1f005116faeee8999dd2c2c87fd5c96a9b7f4a4b
Reviewed-on: http://review.couchbase.org/64208
Well-Formed: buildbot <build@couchbase.com>
Tested-by: buildbot <build@couchbase.com>
Reviewed-by: Will Gardner <will.gardner@couchbase.com>
#define check(expr, msg) \
static_cast<void>((expr) ? 0 : abort_msg(#expr, msg, __LINE__))
-extern "C" bool abort_msg(const char *expr, const char *msg, int line);
-
std::map<std::string, std::string> vals;
bool dump_stats = false;
protocol_binary_response_status last_status =