summaryrefslogtreecommitdiff
path: root/name-rev.c
diff options
context:
space:
mode:
authorTimo Hirvonen <tihirvon@gmail.com>2005-11-21 00:52:52 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-21 06:14:16 (GMT)
commitbd22c904a0f1c88a3a7bfa96bbf690de2f5cb278 (patch)
treedd1fe80dd0120cfcb2f551d6a4bf88bebe29ce8b /name-rev.c
parent8fc66df237afce0b4318657f166b3583831949f3 (diff)
downloadgit-bd22c904a0f1c88a3a7bfa96bbf690de2f5cb278.zip
git-bd22c904a0f1c88a3a7bfa96bbf690de2f5cb278.tar.gz
git-bd22c904a0f1c88a3a7bfa96bbf690de2f5cb278.tar.bz2
Fix sparse warnings
Make some functions static and convert func() function prototypes to to func(void). Fix declaration after statement, missing declaration and redundant declaration warnings. Signed-off-by: Timo Hirvonen <tihirvon@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'name-rev.c')
-rw-r--r--name-rev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/name-rev.c b/name-rev.c
index 59194f1..817e36b 100644
--- a/name-rev.c
+++ b/name-rev.c
@@ -230,8 +230,6 @@ int main(int argc, char **argv)
fwrite(p_start, p - p_start, 1, stdout);
}
} else if (all) {
- extern struct object **objs;
- extern int nr_objs;
int i;
for (i = 0; i < nr_objs; i++)