]> git.sesse.net Git - stockfish/commit - src/movepick.cpp
Fix a compile error with Intel C++
authorMarco Costalba <mcostalba@gmail.com>
Sun, 30 Mar 2014 12:20:12 +0000 (14:20 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 30 Mar 2014 12:20:12 +0000 (14:20 +0200)
commit1efc19ade012002afb1839326c74feb157308144
treecf6b4f25f925ed397761e9d8c31c5ce12273f63d
parent678425f2743a4cbe40b741d9b4d55f986dc3218a
Fix a compile error with Intel C++

Error: a value of type "int" cannot be assigned
to an entity of type "Value"

No functional change.
src/movepick.cpp