]> git.sesse.net Git - stockfish/commit
Evaluate: weight_option() is static
authorMarco Costalba <mcostalba@gmail.com>
Wed, 24 Sep 2008 19:17:28 +0000 (21:17 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 24 Sep 2008 19:17:28 +0000 (21:17 +0200)
commit3ee3cdc09b2d52a17f5db4b7ecb0fcc64c27ccd6
tree08e3fdd0ac6fe6dbebc856912340584238e11159
parentca891e9760d95eea516daf53b644b8e629d4bc7b
Evaluate: weight_option() is static

Declare function under local namespace. This removes a
warning from the picky Intel compiler.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/evaluate.cpp