suppress 'unused arg' warning for !DUMPLOG

This commit is contained in:
PatR
2017-10-13 16:35:39 -07:00
parent 1d8aea1ca3
commit 7f019d8115

View File

@@ -763,6 +763,7 @@ time_t when; /* date+time at end of game */
dump_redirect(FALSE);
#else
nhUse(how);
nhUse(when);
#endif
}