Fix some Clang warnings

Found by Clang in extra verbose mode :-)

No functional change.
This commit is contained in:
Marco Costalba
2017-08-19 14:32:31 +02:00
parent fa5b0936ee
commit 7aa7dfd4df
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ enum MoveType {
};
enum Color {
WHITE, BLACK, NO_COLOR, COLOR_NB = 2
WHITE, BLACK, COLOR_NB = 2
};
enum CastlingSide {