mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-20 14:15:49 +00:00
Minor cleanup
This commit is contained in:
parent
ab006776d0
commit
cd37b064f9
4 changed files with 8 additions and 8 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue