Skip to content

Instantly share code, notes, and snippets.

@kev009
Created November 22, 2010 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kev009/710891 to your computer and use it in GitHub Desktop.
Save kev009/710891 to your computer and use it in GitHub Desktop.
libevent-2.0.8rc Irix warnings
cc-3970 c99: WARNING File = event.c, Line = 168
conversion from pointer to same-sized integral type (potential portability
problem)
unsigned u = (unsigned) ((ev_uintptr_t) e->ptr);
^
cc-1185 c99: WARNING File = event.c, Line = 937
An enumerated type is mixed with another type.
cfg->require_features = features;
^
cc-3968 c99: WARNING File = buffer.c, Line = 573
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
vec[0].iov_len = CHAIN_SPACE_LEN(chain);
^
cc-3968 c99: WARNING File = buffer.c, Line = 1496
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
remain = chain->buffer_len - chain->misalign - chain->off;
^
cc-3968 c99: WARNING File = buffer.c, Line = 1595
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
chain->misalign);
^
cc-3968 c99: WARNING File = buffer.c, Line = 1785
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
size_t space = CHAIN_SPACE_LEN(chain);
^
cc-3968 c99: WARNING File = buffer.c, Line = 1832
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
avail = CHAIN_SPACE_LEN(chain);
^
cc-3968 c99: WARNING File = buffer.c, Line = 1949
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
size_t avail = CHAIN_SPACE_LEN(chain);
^
cc-3968 c99: WARNING File = buffer.c, Line = 2082
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
ev_ssize_t space = CHAIN_SPACE_LEN(*chainp);
^
cc-1552 c99: WARNING File = buffer.c, Line = 1985
The variable "chain" is set but never used.
struct evbuffer_chain *chain, **chainp;
^
cc-3968 c99: WARNING File = buffer.c, Line = 2550
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
space = CHAIN_SPACE_LEN(chain);
^
cc-3968 c99: WARNING File = buffer.c, Line = 2682
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
void *mapped = mmap(NULL, length + offset, PROT_READ,
^
cc-3968 c99: WARNING File = buffer.c, Line = 2705
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
munmap(mapped, length);
^
cc-3968 c99: WARNING File = buffer.c, Line = 2711
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
chain->buffer_len = length + offset;
^
cc-3968 c99: WARNING File = buffer.c, Line = 2712
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
chain->off = length + offset;
^
cc-3968 c99: WARNING File = buffer.c, Line = 2728
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
evbuffer_drain(outbuf, offset);
^
cc-3968 c99: WARNING File = buffer.c, Line = 2752
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
read = evbuffer_readfile(tmp, fd, length);
^
cc-1185 c99: WARNING File = bufferevent_sock.c, Line = 325
An enumerated type is mixed with another type.
options) < 0) {
^
cc-1552 c99: WARNING File = bufferevent_sock.c, Line = 436
The variable "r" is set but never used.
int r;
^
cc-1185 c99: WARNING File = bufferevent_filter.c, Line = 184
An enumerated type is mixed with another type.
&bufferevent_ops_filter, tmp_options) < 0) {
^
cc-1552 c99: WARNING File = bufferevent_filter.c, Line = 414
The variable "res" is set but never used.
enum bufferevent_filter_result res;
^
cc-1185 c99: WARNING File = bufferevent_pair.c, Line = 98
An enumerated type is mixed with another type.
options)) {
^
cc-3968 c99: WARNING File = evutil.c, Line = 128
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
mem = mm_malloc(st.st_size + 1);
^
cc-3968 c99: WARNING File = evutil.c, Line = 134
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
while ((r = read(fd, mem+read_so_far, st.st_size - read_so_far)) > 0) {
^
cc-1185 c99: WARNING File = devpoll.c, Line = 75
An enumerated type is mixed with another type.
EV_FEATURE_FDS|EV_FEATURE_O1,
^
cc-3968 c99: WARNING File = devpoll.c, Line = 129
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
nfiles = rl.rlim_cur;
^
cc-1185 c99: WARNING File = signal.c, Line = 100
An enumerated type is mixed with another type.
0, 0, 0
^
cc-3968 c99: WARNING File = event_tagging.c, Line = 147
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
ENCODE_INT_INTERNAL(data, number);
^
cc-3968 c99: WARNING File = event_tagging.c, Line = 147
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
ENCODE_INT_INTERNAL(data, number);
^
cc-1107 c99: WARNING File = ./include/event2/http_struct.h, Line = 104
A signed bit field has a length of 1 bit.
int chunked:1, /* a chunked request */
^
cc-1107 c99: WARNING File = ./include/event2/http_struct.h, Line = 105
A signed bit field has a length of 1 bit.
userdone:1; /* the user has sent all data */
^
cc-3970 c99: WARNING File = evdns.c, Line = 638
conversion from pointer to same-sized integral type (potential portability
problem)
(unsigned long) req);
^
cc-1552 c99: WARNING File = evdns.c, Line = 1113
The variable "answers" is set but never used.
u16 trans_id, flags, questions, answers, authority, additional;
^
cc-1552 c99: WARNING File = evdns.c, Line = 1113
The variable "authority" is set but never used.
u16 trans_id, flags, questions, answers, authority, additional;
^
cc-1552 c99: WARNING File = evdns.c, Line = 1113
The variable "additional" is set but never used.
u16 trans_id, flags, questions, answers, authority, additional;
^
cc-3968 c99: WARNING File = evdns.c, Line = 1452
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
return table->labels[i].pos;
^
cc-3968 c99: WARNING File = evdns.c, Line = 1861
implicit conversion of a 64-bit integral type to a smaller integral type
(potential portability problem)
req->response_len = j;
^
cc-3970 c99: WARNING File = evdns.c, Line = 2056
conversion from pointer to same-sized integral type (potential portability
problem)
log(EVDNS_LOG_DEBUG, "Request %lx timed out", (unsigned long) arg);
^
cc-3970 c99: WARNING File = evdns.c, Line = 2141
conversion from pointer to same-sized integral type (potential portability
problem)
"Setting timeout for request %lx", (unsigned long) req);
^
cc-3970 c99: WARNING File = evdns.c, Line = 2145
conversion from pointer to same-sized integral type (potential portability
problem)
(unsigned long) req);
^
cc-1107 c99: WARNING File = ./include/event2/http_struct.h, Line = 104
A signed bit field has a length of 1 bit.
int chunked:1, /* a chunked request */
^
cc-1107 c99: WARNING File = ./include/event2/http_struct.h, Line = 105
A signed bit field has a length of 1 bit.
userdone:1; /* the user has sent all data */
^
cc-1185 c99: WARNING File = evrpc.c, Line = 899
An enumerated type is mixed with another type.
evrpc_reply_done_closure(ctx, hook_res);
^
cc-1552 c99: WARNING File = bufferevent_openssl.c, Line = 991
The variable "r" is set but never used.
int r = 0;
^
cc-1185 c99: WARNING File = bufferevent_openssl.c, Line = 1174
An enumerated type is mixed with another type.
&bufferevent_ops_openssl, tmp_options) < 0)
^
cc-1552 c99: WARNING File = le-proxy.c, Line = 209
The variable "listener" is set but never used.
struct evconnlistener *listener;
^
cc-1552 c99: WARNING File = regress.c, Line = 1418
The variable "len" is set but never used.
int len;
^
cc-1552 c99: WARNING File = regress.c, Line = 1430
The variable "n" is set but never used.
int n, m;
^
cc-1552 c99: WARNING File = regress.c, Line = 1430
The variable "m" is set but never used.
int n, m;
^
cc-1552 c99: WARNING File = regress.c, Line = 689
The variable "total_common_counts" is set but never used.
static int total_common_counts;
^
cc-1107 c99: WARNING File = /usr/nekoware/include/event2/http_struct.h, Line = 104
A signed bit field has a length of 1 bit.
int chunked:1, /* a chunked request */
^
cc-1107 c99: WARNING File = /usr/nekoware/include/event2/http_struct.h, Line = 105
A signed bit field has a length of 1 bit.
userdone:1; /* the user has sent all data */
^
cc-1107 c99: WARNING File = regress_http.c, Line = 2533
A signed bit field has a length of 1 bit.
int gotclosecb: 1;
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1208
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1225
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1236
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1250
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1270
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1291
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1312
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-3970 c99: WARNING File = regress_dns.c, Line = 1333
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(r,==,0);
^
cc-1107 c99: WARNING File = /usr/nekoware/include/event2/http_struct.h, Line = 104
A signed bit field has a length of 1 bit.
int chunked:1, /* a chunked request */
^
cc-1107 c99: WARNING File = /usr/nekoware/include/event2/http_struct.h, Line = 105
A signed bit field has a length of 1 bit.
userdone:1; /* the user has sent all data */
^
cc-1552 c99: WARNING File = regress_et.c, Line = 92
The variable "success" is set but never used.
int success;
^
cc-1552 c99: WARNING File = regress_bufferevent.c, Line = 549
The variable "s" is set but never used.
evutil_socket_t s;
^
cc-1552 c99: WARNING File = regress_util.c, Line = 450
The variable "pid" is set but never used.
pid_t pid;
^
cc-3970 c99: WARNING File = regress_util.c, Line = 713
conversion from pointer to same-sized integral type (potential portability
problem)
iptr = (ev_intptr_t)ptr;
^
cc-3970 c99: WARNING File = regress_util.c, Line = 714
conversion from pointer to same-sized integral type (potential portability
problem)
uptr = (ev_uintptr_t)ptr;
^
cc-3970 c99: WARNING File = regress_util.c, Line = 968
conversion from pointer to same-sized integral type (potential portability
problem)
tt_int_op(ai, ==, NULL);
^
cc-1174 c99: WARNING File = regress_util.c, Line = 83
The variable "ipv6_entries" was declared but never referenced.
} ipv6_entries[] = {
^
cc-1185 c99: WARNING File = tinytest.c, Line = 63
An enumerated type is mixed with another type.
static enum outcome cur_test_outcome = 0;
^
cc-1185 c99: WARNING File = tinytest.c, Line = 98
An enumerated type is mixed with another type.
return outcome;
^
cc-1185 c99: WARNING File = tinytest.c, Line = 188
An enumerated type is mixed with another type.
return 0;
^
cc-3604 c99: WARNING File = tinytest.c, Line = 197
missing return statement at end of non-void function "_testcase_run_forked"
}
^
cc-3604 c99: WARNING File = tinytest.c, Line = 246
missing return statement at end of non-void function "testcase_run_one"
}
^
cc-1185 c99: WARNING File = tinytest.c, Line = 372
An enumerated type is mixed with another type.
cur_test_outcome = 0;
^
cc-1515 c99: WARNING File = regress_main.c, Line = 284
A value of type "void *" cannot be assigned to an entity of type
"void (*)(void)".
data->legacy_test_fn = testcase->setup_data;
^
cc-1552 c99: WARNING File = regress_zlib.c, Line = 255
The variable "bev1_orig" is set but never used.
struct bufferevent *bev1=NULL, *bev2=NULL, *bev1_orig, *bev2_orig;
^
cc-1552 c99: WARNING File = regress_zlib.c, Line = 255
The variable "bev2_orig" is set but never used.
struct bufferevent *bev1=NULL, *bev2=NULL, *bev1_orig, *bev2_orig;
^
cc-1185 c99: WARNING File = regress_ssl.c, Line = 245
An enumerated type is mixed with another type.
base, fd_pair[0], ssl1, state1, flags);
^
cc-1185 c99: WARNING File = regress_ssl.c, Line = 247
An enumerated type is mixed with another type.
base, fd_pair[1], ssl2, state2, flags);
^
cc-1185 c99: WARNING File = regress_ssl.c, Line = 250
An enumerated type is mixed with another type.
base, underlying_pair[0], ssl1, state1, flags);
^
cc-1185 c99: WARNING File = regress_ssl.c, Line = 252
An enumerated type is mixed with another type.
base, underlying_pair[1], ssl2, state2, flags);
^
cc-3970 c99: WARNING File = bench.c, Line = 67
conversion from pointer to same-sized integral type (potential portability
problem)
long idx = (long) arg, widx = idx + 1;
^
cc-3970 c99: WARNING File = bench_cascade.c, Line = 65
conversion from pointer to same-sized integral type (potential portability
problem)
long idx = (long) arg;
^
cc-1107 c99: WARNING File = /usr/nekoware/include/event2/http_struct.h, Line = 104
A signed bit field has a length of 1 bit.
int chunked:1, /* a chunked request */
^
cc-1107 c99: WARNING File = /usr/nekoware/include/event2/http_struct.h, Line = 105
A signed bit field has a length of 1 bit.
userdone:1; /* the user has sent all data */
^
ld32: WARNING 84 : /usr/lib32/mips4/libm.so is not used for resolving any symbol.
cc-1552 c99: WARNING File = test-changelist.c, Line = 147
The variable "res" is set but never used.
int res;
^
@kev009
Copy link
Author

kev009 commented Nov 23, 2010

cc-1196 c99: WARNING File = regress_http.c, Line = 641
The indicated function is declared implicitly.

if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 733
The indicated function is declared implicitly.

evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH);
^

cc-1020 c99: ERROR File = regress_http.c, Line = 733
The identifier "EVHTTP_REQ_PATCH" is undefined.

evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH);
                                 ^

cc-1196 c99: WARNING File = regress_http.c, Line = 832
The indicated function is declared implicitly.

tt_assert(evhttp_connection_get_base(evcon) == data->base);
^

cc-1042 c99: ERROR File = regress_http.c, Line = 832
The types of operands "int" and "struct event_base *" are incompatible.

tt_assert(evhttp_connection_get_base(evcon) == data->base);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1029
The indicated function is declared implicitly.

base = evhttp_connection_get_base(evhttp_request_get_connection(req));
       ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1029
A value of type "int" cannot be assigned to an entity of type
"struct event_base *".

base = evhttp_connection_get_base(evhttp_request_get_connection(req));
     ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1119
The indicated function is declared implicitly.

if (evhttp_request_get_response_code(req) != HTTP_OK) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1147
The indicated function is declared implicitly.

if (evhttp_request_get_response_code(req) == HTTP_OK) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1254
The indicated function is declared implicitly.

if (evhttp_request_get_response_code(req) != HTTP_OK) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1309
The indicated function is declared implicitly.

if (evhttp_request_get_response_code(req) != HTTP_OK) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1432
The indicated function is declared implicitly.

if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1469
The indicated function is declared implicitly.

if (evhttp_request_get_response_code(req) != HTTP_OK) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1550
The indicated function is declared implicitly.

if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1587
The indicated function is declared implicitly.

if (evhttp_request_get_response_code(req) != HTTP_OK) {
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1669
The indicated function is declared implicitly.

tt_assert(evhttp_request_get_response_code(req) == HTTP_OK);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1683
The indicated function is declared implicitly.

struct event_base *base = evhttp_connection_get_base(evcon);
                          ^

cc-1140 c99: ERROR File = regress_http.c, Line = 1683
A value of type "int" cannot be used to initialize an entity of type
"struct event_base *".

struct event_base *base = evhttp_connection_get_base(evcon);
                          ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1701
The indicated function is declared implicitly.

struct event_base *base = evhttp_connection_get_base(evcon);
                          ^

cc-1140 c99: ERROR File = regress_http.c, Line = 1701
A value of type "int" cannot be used to initialize an entity of type
"struct event_base *".

struct event_base *base = evhttp_connection_get_base(evcon);
                          ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1704
The indicated function is declared implicitly.

if (req != NULL && evhttp_request_get_response_code(req) != HTTP_OK) {
                   ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1832
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1837
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test&foo=bar", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1843
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test+foo", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1848
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test%0Afoo", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1853
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test%0Dfoo", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1858
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test&&q2", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1862
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test+this", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1867
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=test&q2=foo", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1873
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q&q2=foo", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1877
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=foo&q2", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1881
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=foo&q2&q3=x", &headers);
  ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1885
A value of type "void" cannot be assigned to an entity of type "int".

r = evhttp_parse_query("http://www.test.com/?q=&q2=&q3=", &headers);
  ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1910
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(NULL, 0, 0) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1911
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(NULL, url_tmp, 0) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1912
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(NULL, url_tmp, sizeof(url_tmp)) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1919
The indicated function is declared implicitly.

BAD("http://www.test.com/ why hello");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1920
The indicated function is declared implicitly.

BAD("http://www.test.com/why-hello\x01");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1921
The indicated function is declared implicitly.

BAD("http://www.test.com/why-hello?\x01");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1922
The indicated function is declared implicitly.

BAD("http://www.test.com/why-hello#\x01");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1923
The indicated function is declared implicitly.

BAD("http://www.\x01.test.com/why-hello");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1924
The indicated function is declared implicitly.

BAD("http://www.%7test.com/why-hello");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1925
The indicated function is declared implicitly.

BAD("http://www.test.com/why-hell%7o");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1926
The indicated function is declared implicitly.

BAD("h%3ttp://www.test.com/why-hello");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1927
The indicated function is declared implicitly.

BAD("http://www.test.com/why-hello%7");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1928
The indicated function is declared implicitly.

BAD("http://www.test.com/why-hell%7o");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1929
The indicated function is declared implicitly.

BAD("http://www.test.com/foo?ba%r");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1930
The indicated function is declared implicitly.

BAD("http://www.test.com/foo#ba%r");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1931
The indicated function is declared implicitly.

BAD("99:99/foo");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1932
The indicated function is declared implicitly.

BAD("http://www.test.com:999x/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1933
The indicated function is declared implicitly.

BAD("http://www.test.com:x/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1934
The indicated function is declared implicitly.

BAD("http://[hello-there]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1935
The indicated function is declared implicitly.

BAD("http://[::1]]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1936
The indicated function is declared implicitly.

BAD("http://[::1/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1937
The indicated function is declared implicitly.

BAD("http://[foob/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1938
The indicated function is declared implicitly.

BAD("http://[/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1939
The indicated function is declared implicitly.

BAD("http://[ffff:ffff:ffff:ffff:Ffff:ffff:ffff:"
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1941
The indicated function is declared implicitly.

BAD("http://[vX.foo]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1942
The indicated function is declared implicitly.

BAD("http://[vX.foo]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1943
The indicated function is declared implicitly.

BAD("http://[v.foo]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1944
The indicated function is declared implicitly.

BAD("http://[v5.fo%o]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1945
The indicated function is declared implicitly.

BAD("http://[v5X]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1946
The indicated function is declared implicitly.

BAD("http://[v5]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1947
The indicated function is declared implicitly.

BAD("http://[]/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1948
The indicated function is declared implicitly.

BAD("http://f\x01red@www.example.com/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1949
The indicated function is declared implicitly.

BAD("http://f%0red@www.example.com/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1950
The indicated function is declared implicitly.

BAD("http://www.example.com:9999999999999999999999999999999999999/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1951
The indicated function is declared implicitly.

BAD("http://www.example.com:hihi/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1952
The indicated function is declared implicitly.

BAD("://www.example.com/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1955
The indicated function is declared implicitly.

uri = evhttp_uri_new();
      ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1955
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_new();
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1956
The indicated function is declared implicitly.

tt_want(0==evhttp_uri_set_host(uri, "www.example.com"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1957
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(uri, url_tmp, sizeof(url_tmp)) != NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1959
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(uri, url_tmp, 3) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1961
The indicated function is declared implicitly.

tt_want(0==evhttp_uri_set_path(uri, "hi_mom"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1962
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(uri, url_tmp, sizeof(url_tmp)) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1963
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(uri, NULL, sizeof(url_tmp))==NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1964
The indicated function is declared implicitly.

tt_want(evhttp_uri_join(uri, url_tmp, 0)==NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1965
The indicated function is declared implicitly.

evhttp_uri_free(uri);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1966
The indicated function is declared implicitly.

uri = evhttp_uri_parse("mailto:foo@bar");
      ^

cc-1515 c99: ERROR File = regress_http.c, Line = 1966
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("mailto:foo@bar");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1968
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_host(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1969
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1970
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1971
The indicated function is declared implicitly.

tt_want(!strcmp(evhttp_uri_get_scheme(uri), "mailto"));
^

cc-1164 c99: ERROR File = regress_http.c, Line = 1971
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(!strcmp(evhttp_uri_get_scheme(uri), "mailto"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1972
The indicated function is declared implicitly.

tt_want(!strcmp(evhttp_uri_get_path(uri), "foo@bar"));
^

cc-1164 c99: ERROR File = regress_http.c, Line = 1972
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(!strcmp(evhttp_uri_get_path(uri), "foo@bar"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1973
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1974
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1975
The indicated function is declared implicitly.

TT_URI("mailto:foo@bar");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 1975
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("mailto:foo@bar");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 1978
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_new();
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 1980
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_scheme(uri,""));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1981
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_scheme(uri,"33"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1982
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_scheme(uri,"hi!"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1983
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_userinfo(uri,"hello@"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1984
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_host(uri,"[1.2.3.4]"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1985
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_host(uri,"["));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1986
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_host(uri,"www.[foo].com"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1987
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_port(uri,-3));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1988
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_path(uri,"hello?world"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1989
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_query(uri,"hello#world"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1990
The indicated function is declared implicitly.

tt_want(-1 == evhttp_uri_set_fragment(uri,"hello#world"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1992
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_scheme(uri,"http"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1993
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_scheme(uri,NULL));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1994
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_userinfo(uri,"username:pass"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1995
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_userinfo(uri,NULL));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1996
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_host(uri,"www.example.com"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1997
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_host(uri,"1.2.3.4"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1998
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_host(uri,"[1:2:3:4::]"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 1999
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_host(uri,"[v7.wobblewobble]"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2000
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_host(uri,NULL));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2001
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_host(uri,""));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2002
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_port(uri, -1));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2003
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_port(uri, 80));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2004
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_port(uri, 65535));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2005
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_path(uri, ""));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2006
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2007
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_path(uri, NULL));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2008
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_query(uri, "key=val&key2=val2"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2009
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_query(uri, "keyvalblarg"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2010
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_query(uri, ""));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2011
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_query(uri, NULL));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2012
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_fragment(uri, ""));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2013
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_fragment(uri, "here?i?am"));
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2014
The indicated function is declared implicitly.

tt_want(0 == evhttp_uri_set_fragment(uri, NULL));
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2018
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://www.test.com/?q=t%33est");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2019
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2019
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2020
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2020
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2021
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2021
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2022
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=t%33est") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2022
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=t%33est") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2023
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2024
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2025
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2026
The indicated function is declared implicitly.

TT_URI("http://www.test.com/?q=t%33est");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2026
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://www.test.com/?q=t%33est");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2029
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://%77ww.test.com");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2030
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2030
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2031
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "%77ww.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2031
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "%77ww.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2032
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2032
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2033
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2034
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2035
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2036
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2037
The indicated function is declared implicitly.

TT_URI("http://%77ww.test.com");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2037
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://%77ww.test.com");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2040
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://www.test.com?q=test");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2041
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2041
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2042
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2042
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2043
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2043
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2044
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2044
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2045
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2046
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2047
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2048
The indicated function is declared implicitly.

TT_URI("http://www.test.com?q=test");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2048
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://www.test.com?q=test");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2051
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://www.test.com#fragment");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2052
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2052
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2053
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2053
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2054
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2054
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2055
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2056
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2057
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2058
The indicated function is declared implicitly.

tt_want_str_op(evhttp_uri_get_fragment(uri), ==, "fragment");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2059
The indicated function is declared implicitly.

TT_URI("http://www.test.com#fragment");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2059
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://www.test.com#fragment");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2062
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://8000/");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2063
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2063
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2064
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "8000") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2064
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "8000") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2065
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2065
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2066
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2067
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2068
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2069
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2070
The indicated function is declared implicitly.

TT_URI("http://8000/");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2070
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://8000/");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2073
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://:8000/");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2074
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2074
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2075
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2075
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2076
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2076
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2077
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2078
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2079
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == 8000);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2080
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2081
The indicated function is declared implicitly.

TT_URI("http://:8000/");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2081
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://:8000/");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2084
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://www.test.com:/"); /* empty port */
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2085
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2085
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2086
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2086
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2087
The indicated function is declared implicitly.

tt_want_str_op(evhttp_uri_get_path(uri), ==, "/");
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2088
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2089
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2090
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2091
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2092
The indicated function is declared implicitly.

TT_URI("http://www.test.com/");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2092
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://www.test.com/");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2095
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("http://www.test.com:"); /* empty port 2 */
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2096
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2096
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2097
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2097
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2098
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2098
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2099
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_query(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2100
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2101
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2102
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2103
The indicated function is declared implicitly.

TT_URI("http://www.test.com");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2103
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("http://www.test.com");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2106
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("ftp://www.test.com/?q=test");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2107
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2107
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2108
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2108
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2109
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2109
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2110
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2110
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2111
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2112
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2113
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2114
The indicated function is declared implicitly.

TT_URI("ftp://www.test.com/?q=test");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2114
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("ftp://www.test.com/?q=test");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2117
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("ftp://[::1]:999/?q=test");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2118
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2118
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2119
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "[::1]") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2119
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "[::1]") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2120
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2120
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2121
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2121
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2122
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2123
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == 999);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2124
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2125
The indicated function is declared implicitly.

TT_URI("ftp://[::1]:999/?q=test");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2125
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("ftp://[::1]:999/?q=test");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2128
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("ftp://[ff00::127.0.0.1]/?q=test");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2129
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2129
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2130
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "[ff00::127.0.0.1]") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2130
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "[ff00::127.0.0.1]") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2131
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2131
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2132
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2132
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2133
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2134
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2135
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2136
The indicated function is declared implicitly.

TT_URI("ftp://[ff00::127.0.0.1]/?q=test");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2136
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("ftp://[ff00::127.0.0.1]/?q=test");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2139
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("ftp://[v99.not_(any:time)_soon]/?q=test");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2140
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2140
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2141
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "[v99.not_(any:time)_soon]") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2141
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "[v99.not_(any:time)_soon]") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2142
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2142
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2143
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2143
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2144
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_userinfo(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2145
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == -1);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2146
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_fragment(uri) == NULL);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2147
The indicated function is declared implicitly.

TT_URI("ftp://[v99.not_(any:time)_soon]/?q=test");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2147
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("ftp://[v99.not_(any:time)_soon]/?q=test");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2150
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("scheme://user:pass@foo.com:42/?q=test&s=some+thing#fragment");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2151
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "scheme") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2151
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "scheme") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2152
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_userinfo(uri), "user:pass") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2152
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_userinfo(uri), "user:pass") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2153
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2153
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2154
The indicated function is declared implicitly.

tt_want(evhttp_uri_get_port(uri) == 42);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2155
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2155
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2156
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test&s=some+thing") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2156
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_query(uri), "q=test&s=some+thing") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2157
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_fragment(uri), "fragment") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2157
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_fragment(uri), "fragment") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2158
The indicated function is declared implicitly.

TT_URI("scheme://user:pass@foo.com:42/?q=test&s=some+thing#fragment");
^

cc-1140 c99: ERROR File = regress_http.c, Line = 2158
A value of type "int" cannot be used to initialize an entity of type "char *".

TT_URI("scheme://user:pass@foo.com:42/?q=test&s=some+thing#fragment");
^

cc-1515 c99: ERROR File = regress_http.c, Line = 2161
A value of type "int" cannot be assigned to an entity of type
"struct evhttp_uri *".

uri = evhttp_uri_parse("scheme://user@foo.com/#fragment");
    ^

cc-1196 c99: WARNING File = regress_http.c, Line = 2162
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_scheme(uri), "scheme") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2162
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_scheme(uri), "scheme") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2163
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_userinfo(uri), "user") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2163
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_userinfo(uri), "user") == 0);
^

cc-1196 c99: WARNING File = regress_http.c, Line = 2164
The indicated function is declared implicitly.

tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
^

cc-1164 c99: ERROR File = regress_http.c, Line = 2164
Argument of type "int" is incompatible with parameter of type "const char *".

tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
^

cc-3452 c99: ERROR File = regress_http.c, Line = 2164
The compilation is aborted due to the number of errors.

101 errors detected in the compilation of "regress_http.c".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment