projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5d97952
)
fix [-Wincompatible-pointer-types] warning
118/head
author
Remi Collet
<remi@remirepo.net>
Wed, 28 Jul 2021 08:37:07 +0000
(10:37 +0200)
committer
Remi Collet
<remi@remirepo.net>
Wed, 28 Jul 2021 08:37:07 +0000
(10:37 +0200)
src/libmemcachedprotocol/binary_handler.c
patch
|
blob
|
history
diff --git
a/src/libmemcachedprotocol/binary_handler.c
b/src/libmemcachedprotocol/binary_handler.c
index e1da2eb47ae0a557ef3c72c9f94723806c7ec92c..cdc03b93e3ae1b261b2b15f902312ff93d652038 100644
(file)
--- a/
src/libmemcachedprotocol/binary_handler.c
+++ b/
src/libmemcachedprotocol/binary_handler.c
@@
-933,7
+933,7
@@
stat_command_handler(const void *cookie, protocol_binary_request_header *header,
.opaque = header->request.opaque,
},
}};
- rval = response_handler(cookie, header, &response);
+ rval = response_handler(cookie, header,
(void *)
&response);
}
} else {
rval = PROTOCOL_BINARY_RESPONSE_UNKNOWN_COMMAND;