aboutsummaryrefslogtreecommitdiff
path: root/read-tree.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-08 09:59:28 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-08 09:59:28 -0700
commit19b2860cba5742ab31fd682b80fefefac19be141 (patch)
tree406548bda4dfb72566db6e515e38604a7641ec15 /read-tree.c
parentbf0c6e839c692142784caf07b523cd69442e57a5 (diff)
downloadgit-19b2860cba5742ab31fd682b80fefefac19be141.tar.gz
git-19b2860cba5742ab31fd682b80fefefac19be141.tar.xz
Use "-Wall -O2" for the compiler to get more warnings.
And fix up the warnings that it pointed out. Let's keep the tree clean from early on. Not that the code is very beautiful anyway ;)
Diffstat (limited to 'read-tree.c')
-rw-r--r--read-tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read-tree.c b/read-tree.c
index 3785e2597..af486ff33 100644
--- a/read-tree.c
+++ b/read-tree.c
@@ -72,7 +72,6 @@ static int unpack(unsigned char *sha1)
int main(int argc, char **argv)
{
- int fd;
unsigned char sha1[20];
if (argc != 2)