mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-17 23:49:29 +00:00
Handle unused variable for WIN32
This commit is contained in:
parent
2046a23a2f
commit
1e28e8ccab
1 changed files with 1 additions and 0 deletions
|
|
@ -664,6 +664,7 @@ int main(int argc, char **argv)
|
|||
|
||||
#ifdef _WIN32
|
||||
log("End of script. Logfile hash: %s\n", hash);
|
||||
(void)wall_clock_start;
|
||||
#else
|
||||
std::string meminfo;
|
||||
std::string stats_divider = ", ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue