]> git.sesse.net Git - stockfish/commit
Some small changes
authormstembera <MissingEmail@email>
Sun, 1 Apr 2018 00:32:17 +0000 (02:32 +0200)
committerStéphane Nicolet <cassio@free.fr>
Sun, 1 Apr 2018 00:32:55 +0000 (02:32 +0200)
commit76f9cd4df1292ffa919e039edcfb8069f576e698
tree7bae44a37da75f6f73c44ba2aa9a3e288b92ea4a
parentd9cac9a41492c3e54f3bb471606ec3a922a8ea0f
Some small changes

1) Use make_bitboard() in Bitboards::init()

2) Fix MSVC warning: search.h(85): warning C4244: '=': conversion from
   'TimePoint' to 'int', possible loss of data.

Closes https://github.com/official-stockfish/Stockfish/pull/1524

No functional change.
src/bitboard.cpp
src/search.h