]> git.sesse.net Git - stockfish/commitdiff
Fix a warning with MSVC Premium 2013
authorMarco Costalba <mcostalba@gmail.com>
Thu, 5 Jun 2014 21:46:58 +0000 (23:46 +0200)
committerMarco 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

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