Handle unused variable for WIN32

This commit is contained in:
Miodrag Milanovic 2026-05-13 09:49:39 +02:00
parent 2046a23a2f
commit 1e28e8ccab
1 changed files with 1 additions and 0 deletions

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