mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 19:32:23 +00:00
![]() Compilers that are not aware that pthread_exit() does not return issue a warning when compiling the present code. This change exchanges the call to pthread_exit() with a simple return statement. According to the pthread specification this is equivalent. |
||
---|---|---|
.. | ||
.gitignore | ||
clone.c | ||
common.h | ||
fetch.c | ||
git2.c | ||
index-pack.c | ||
ls-remote.c | ||
Makefile |