Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] builtin-send-pack.c: avoid empty structure initialization

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:29

Brandon Casey [off-list ref] writes:
quoted hunk
The IRIX6.5 MIPSpro Compiler doesn't like it.

Signed-off-by: Brandon Casey <redacted>
...
diff --git a/builtin-send-pack.c b/builtin-send-pack.c
index 91c3651..d5a1c48 100644
--- a/builtin-send-pack.c
+++ b/builtin-send-pack.c
@@ -10,8 +10,7 @@ static const char send_pack_usage[] =
 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]\n"
 "  --all and explicit <ref> specification are mutually exclusive.";
 
-static struct send_pack_args args = {
-};
+static struct send_pack_args args;
 
 static int feed_object(const unsigned char *sha1, int fd, int negative)
 {
Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help