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 5fee178..f1cfa14 100644 (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 {