]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Correct compiler warnings in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 05:26:49 +0000 (00:26 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 05:26:49 +0000 (00:26 -0500)
commit10e8d68820db9c7b6412d5a553a93fd200388f30
tree8cd06f511940a0d91784b3a77681f8487a627bef
parent0b868e0240eb7f6d3dd137171b07f0860665b6e5
Correct compiler warnings in fast-import.

Junio noticed these warnings/errors in fast-import when compiling
with `-Werror -ansi -pedantic`.  A few changes are to reduce compiler
warnings, while one (in cmd_merge) is a bug fix.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c