build: Fix clang+ warning

This commit is contained in:
Calcitem 2020-10-30 02:13:02 +08:00
parent 0e6d24bb71
commit 4e57e79b25
1 changed files with 1 additions and 1 deletions

View File

@ -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 };