]> git.proxmox.com Git - libgit2.git/commit
Fix some (digital-mars) compiler warnings
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Wed, 18 Feb 2009 18:52:13 +0000 (18:52 +0000)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 18 Mar 2009 01:59:26 +0000 (18:59 -0700)
commita9984a4e60291958a7cf0045758f47db3d214040
tree42608eb49e4be32002462b51e86065368b342c05
parentfc3c3a2083e9f6f89e6bd53e9420e70d1e357c9b
Fix some (digital-mars) compiler warnings

In particular, conditional expressions which contain an
assignment statement, where the expression type is not
explicitly made to be boolean, elicits the following
message:
    warning 2: possible unintended assignment

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
src/delta-apply.c
src/fileops.c
src/odb.c
src/util.c