mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Fix gcc warning in send-pack.c
send_pack() was declared to return "int" (although nobody cared), but didn't actually return anything.
This commit is contained in:
@@ -108,6 +108,7 @@ static int pack_objects(int fd, struct ref *refs)
|
||||
* We don't wait for the rev-list pipeline in the parent:
|
||||
* we end up waiting for the other end instead
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int read_ref(const char *ref, unsigned char *sha1)
|
||||
|
||||
Reference in New Issue
Block a user