From: nhmall Date: Thu, 4 Feb 2021 17:50:53 +0000 (-0500) Subject: follow-up on the util/recover.c change earlier X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dd982d62c021acfa4f40ef8c56197d9c9eeccc0;p=nethack follow-up on the util/recover.c change earlier It failed in the CI --- diff --git a/util/recover.c b/util/recover.c index 63e49ecab..490bcc73e 100644 --- a/util/recover.c +++ b/util/recover.c @@ -22,6 +22,10 @@ extern int vms_creat(const char *, unsigned); extern int vms_open(const char *, int, unsigned); #endif /* VMS */ +#ifndef nhUse +#define nhUse(arg) (void)(arg) +#endif + int restore_savefile(char *); void set_levelfile_name(int); int open_levelfile(int);