build: Fix clang+ warning
This commit is contained in:
parent
0e6d24bb71
commit
4e57e79b25
|
@ -142,7 +142,7 @@ public:
|
|||
Position &pos;
|
||||
Move ttMove { MOVE_NONE };
|
||||
ExtMove *cur, *endMoves;
|
||||
ExtMove moves[MAX_MOVES] { MOVE_NONE, 0 };
|
||||
ExtMove moves[MAX_MOVES]{ {MOVE_NONE, 0} };
|
||||
|
||||
int moveCount{ 0 };
|
||||
|
||||
|
|
Loading…
Reference in New Issue