3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-20 14:15:49 +00:00

Minor cleanup

This commit is contained in:
Akash Levy 2025-09-23 01:07:41 -07:00
parent ab006776d0
commit cd37b064f9
4 changed files with 8 additions and 8 deletions

View file

@ -150,7 +150,7 @@ struct DebugOnPass : public Pass {
log("Turn debug log messages on\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
void execute(std::vector<std::string> args, RTLIL::Design *) override
{
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++)