Merge pull request #4274 from YosysHQ/fix_warning

fix compile warning
This commit is contained in:
Martin Povišer 2024-03-11 10:58:48 +01:00 committed by GitHub
commit d42c04bc48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}