mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Fix some Clang warnings
Found by Clang in extra verbose mode :-) No functional change.
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ namespace {
|
||||
|
||||
public:
|
||||
Evaluation() = delete;
|
||||
Evaluation(const Position& p) : pos(p) {};
|
||||
Evaluation(const Position& p) : pos(p) {}
|
||||
Evaluation& operator=(const Evaluation&) = delete;
|
||||
|
||||
Value value();
|
||||
|
||||
Reference in New Issue
Block a user