Fix warning about signedness
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 13:45:27 +0000 (15:45 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 13:45:27 +0000 (15:45 +0200)
commiteef912bdf8a61db11e2d197a09e877fda54943f8
tree65f9c9d77ea4583c53f1383434b993cc38db77c5
parent6363ad84c9a0b600d6219a53b299945ea72590ac
Fix warning about signedness

Note: the promoChar in ExcludeMoves was explicitly defined to make
sure the kludge promoChar = -1 for indicating best move works. But it
should be equivalent to casting the promoChar to (signed char) just
before the comparison.
backend.c