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 {