mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Fix a MSVC warning at W4
Warning is C4512 (assignment operator could not be generated) Now, apart the foreign syzygy code, everything compiles without warnings at warning level 4. No functional change.
This commit is contained in:
parent
712bbb052e
commit
ca3622f8e8
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ struct Endgame : public EndgameBase<T> {
|
|||
T operator()(const Position&) const;
|
||||
|
||||
private:
|
||||
const Color strongSide, weakSide;
|
||||
Color strongSide, weakSide;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue