]> git.sesse.net Git - stockfish/commit
Silence a warning under MSVC
authorMarco Costalba <mcostalba@gmail.com>
Sun, 1 Feb 2015 09:40:22 +0000 (10:40 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 1 Feb 2015 09:40:22 +0000 (10:40 +0100)
commit21120288a385cb2eabb9d32f6dc6007a03adf382
treeacac86d1cf8127d3b83e0fc93fcec3aab45908dc
parent519b2fe849760d3cab5cce9ef9dc3cd076bd300d
Silence a warning under MSVC

warning C4100: 'ci' : unreferenced formal parameter

It is a silly and wrong one, but just silent it.

No functional change.
src/movegen.cpp