mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 03:16:22 +00:00
Merge pull request #5881 from YosysHQ/fix_mingw32
Remove unused variable for WIN32
This commit is contained in:
commit
27ae62f492
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