mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
fix compile warning
This commit is contained in:
+1
-1
@@ -1002,7 +1002,7 @@ struct LicensePass : public Pass {
|
||||
log("This command produces the following notice.\n");
|
||||
notice();
|
||||
}
|
||||
void execute(std::vector<std::string> args, RTLIL::Design*) override
|
||||
void execute(std::vector<std::string>, RTLIL::Design*) override
|
||||
{
|
||||
notice();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user