mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Fix memset/memcpy warnings
No functional change.
This commit is contained in:
committed by
Joost VandeVondele
parent
ab09c74783
commit
cae61bbb65
@@ -294,9 +294,6 @@ enum PieceSquare : uint32_t
|
||||
struct ExtPieceSquare
|
||||
{
|
||||
PieceSquare from[COLOR_NB];
|
||||
|
||||
ExtPieceSquare() {}
|
||||
ExtPieceSquare(PieceSquare fw, PieceSquare fb) : from{fw, fb} {}
|
||||
};
|
||||
|
||||
// Array for finding the PieceSquare corresponding to the piece on the board
|
||||
|
||||
Reference in New Issue
Block a user