3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

fix compile warning

This commit is contained in:
Miodrag Milanovic 2024-03-11 10:55:09 +01:00
parent 078b876f50
commit 5e05300e7b

View file

@ -1002,7 +1002,7 @@ struct LicensePass : public Pass {
log("This command produces the following notice.\n"); log("This command produces the following notice.\n");
notice(); notice();
} }
void execute(std::vector<std::string> args, RTLIL::Design*) override void execute(std::vector<std::string>, RTLIL::Design*) override
{ {
notice(); notice();
} }