commit | 10e8d68820db9c7b6412d5a553a93fd200388f30 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Tue Feb 06 00:26:49 2007 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Feb 06 00:26:49 2007 -0500 |
tree | 8cd06f511940a0d91784b3a77681f8487a627bef | |
parent | 0b868e0240eb7f6d3dd137171b07f0860665b6e5 [diff] |
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>