mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Commented out an unused function parameter to remove a compile warning.
This commit is contained in:
+1
-1
@@ -743,7 +743,7 @@ namespace Dependency {
|
|||||||
// The function to dig a folder on linux is good for the time being... Only used to save the evaluation function file...
|
// The function to dig a folder on linux is good for the time being... Only used to save the evaluation function file...
|
||||||
|
|
||||||
namespace Dependency {
|
namespace Dependency {
|
||||||
int mkdir(std::string dir_name)
|
int mkdir(std::string /* dir_name */)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user