projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e170d
)
Fix a warning with MSVC Premium 2013
author
Marco Costalba
<mcostalba@gmail.com>
Thu, 5 Jun 2014 21:46:58 +0000
(23:46 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Thu, 5 Jun 2014 21:46:58 +0000
(23:46 +0200)
Reported by Ron Britvich.
No functional change.
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index 5fee1786f77564b060afbc3719a3f21f134fa8fb..f1cfa140bcc7babd272e9febc89a85635140e366 100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-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 {