1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 09:13:08 +00:00

Fix a warning with MSVC Premium 2013

Reported by Ron Britvich.

No functional change.
This commit is contained in:
Marco Costalba 2014-06-05 23:46:58 +02:00
parent 16e170d105
commit 323a006666

View file

@ -337,6 +337,8 @@ inline Score operator/(Score s, int i) {
return make_score(mg_value(s) / i, eg_value(s) / i);
}
CACHE_LINE_ALIGNMENT
extern Value PieceValue[PHASE_NB][PIECE_NB];
struct ExtMove {