mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Upgrade CI distro, remove special cases, fix one more warning
This commit is contained in:
committed by
nodchip
parent
9dcadfa642
commit
e0a9860708
@@ -50,7 +50,7 @@ namespace Eval::NNUE::Features {
|
||||
}
|
||||
|
||||
private:
|
||||
T values_[MaxSize];
|
||||
T values_[MaxSize] = {};
|
||||
std::size_t size_ = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user