Commented out an unused function parameter to remove a compile warning.

This commit is contained in:
nodchip
2020-09-07 16:21:40 +09:00
parent bccc71afb4
commit e004e47e5a
+1 -1
View File
@@ -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;
} }