PGG106 / Alexandria

bitboard chess engine
GNU General Public License v3.0
97 stars 26 forks source link

fix unsigned signed comparison warnings #421

Closed bftjoe closed 5 months ago

bftjoe commented 5 months ago

This fixes 3 warnings due to the recent change to the Move type.

warning: comparison of integer expressions of different signedness

PGG106 commented 5 months ago

LGTM