mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-01 22:57:54 +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
|
#ifdef _WIN32
|
||||||
log("End of script. Logfile hash: %s\n", hash);
|
log("End of script. Logfile hash: %s\n", hash);
|
||||||
|
(void)wall_clock_start;
|
||||||
#else
|
#else
|
||||||
std::string meminfo;
|
std::string meminfo;
|
||||||
std::string stats_divider = ", ";
|
std::string stats_divider = ", ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue