mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 09:04:08 +00:00
fix compile warning
This commit is contained in:
parent
078b876f50
commit
5e05300e7b
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue