Skip to content

Commit 323a006

Browse files
committed
Fix a warning with MSVC Premium 2013
Reported by Ron Britvich. No functional change.
1 parent 16e170d commit 323a006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ inline Score operator/(Score s, int i) {
337337
return make_score(mg_value(s) / i, eg_value(s) / i);
338338
}
339339

340+
CACHE_LINE_ALIGNMENT
341+
340342
extern Value PieceValue[PHASE_NB][PIECE_NB];
341343

342344
struct ExtMove {

0 commit comments

Comments
 (0)