3
0
Fork 0
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:
Miodrag Milanovic 2026-05-13 09:49:39 +02:00
parent 2046a23a2f
commit 1e28e8ccab

View file

@ -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 = ", ";