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:
parent
16e170d105
commit
323a006666
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue