mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
Fix a dead-code warning in unit tests. CID 1193548
This commit is contained in:
parent
37390574b0
commit
c119f2416c
@ -718,6 +718,7 @@ http_delete_test(void *arg)
|
|||||||
|
|
||||||
http = http_setup(&port, data->base, 0);
|
http = http_setup(&port, data->base, 0);
|
||||||
|
|
||||||
|
tt_assert(http);
|
||||||
fd = http_connect("127.0.0.1", port);
|
fd = http_connect("127.0.0.1", port);
|
||||||
tt_int_op(fd, >=, 0);
|
tt_int_op(fd, >=, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user