3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

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

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