mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Fix Intel warnings and init_search_stack argument
Should be a reference not a copy! Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
void score_qcaptures();
|
||||
Move pick_move_from_list();
|
||||
int find_best_index();
|
||||
int MovePicker::find_best_index(Bitboard* squares, int values[]);
|
||||
int find_best_index(Bitboard* squares, int values[]);
|
||||
|
||||
const Position& pos;
|
||||
Move ttMove, mateKiller, killer1, killer2;
|
||||
|
||||
Reference in New Issue
Block a user