mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -04:00
fix signed/unsigned warning in unit tests. can we just use "char*" on all new APIs? this void/unsigned char*/char* business is awful.
svn:r1071
This commit is contained in:
parent
7dd362b158
commit
cc7a53c152
@ -1249,7 +1249,7 @@ test_evbuffer_reference(void)
|
||||
{
|
||||
struct evbuffer *src = evbuffer_new();
|
||||
struct evbuffer *dst = evbuffer_new();
|
||||
char *tmp;
|
||||
unsigned char *tmp;
|
||||
const char *data = "this is what we add as read-only memory.";
|
||||
|
||||
setup_test("Testing evbuffer_add_reference: ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user