mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Added -Wshadow option and fixed resulting warnings
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ public:
|
||||
Option(bool defaultValue, std::string type = "check");
|
||||
Option(int defaultValue, int minValue, int maxValue);
|
||||
|
||||
void set_value(const std::string& value);
|
||||
void set_value(const std::string& v);
|
||||
template<typename T> T value() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user