Skip to content

Commit e029895

Browse files
author
Jérôme Lebel
committed
should be static to avoid warnings
1 parent 58921fb commit e029895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoc/mongoc-socket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ _mongoc_socket_try_sendv_slow (mongoc_socket_t *sock, /* IN */
861861
*--------------------------------------------------------------------------
862862
*/
863863

864-
ssize_t
864+
static ssize_t
865865
_mongoc_socket_try_sendv (mongoc_socket_t *sock, /* IN */
866866
mongoc_iovec_t *iov, /* IN */
867867
size_t iovcnt) /* IN */

0 commit comments

Comments
 (0)