mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Fix some Clang warnings
Found by Clang in extra verbose mode :-) No functional change.
This commit is contained in:
@@ -128,7 +128,7 @@ enum MoveType {
|
||||
};
|
||||
|
||||
enum Color {
|
||||
WHITE, BLACK, NO_COLOR, COLOR_NB = 2
|
||||
WHITE, BLACK, COLOR_NB = 2
|
||||
};
|
||||
|
||||
enum CastlingSide {
|
||||
|
||||
Reference in New Issue
Block a user