We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void*
1 parent 6cef90a commit 9f05e37Copy full SHA for 9f05e37
src/libmongoc/tests/test-mongoc-stream.c
@@ -220,7 +220,7 @@ test_stream_writev_timeout (void)
220
bson_error_t error;
221
222
uint8_t data[1] = {0};
223
- mongoc_iovec_t iov = {.iov_base = data, .iov_len = 1u};
+ mongoc_iovec_t iov = {.iov_base = (void *) data, .iov_len = 1u};
224
225
// A positive timeout value should be forwarded as-is to the writev function.
226
{
0 commit comments