From f6bb38f22b2d9e771cac71632eb9ebe4c908ee35 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 13 Apr 2003 04:09:32 +0000 Subject: [PATCH] compilation bit quiet a new gcc warning --- src/restore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/restore.c b/src/restore.c index 023adc1c9..aabcad5aa 100644 --- a/src/restore.c +++ b/src/restore.c @@ -30,7 +30,9 @@ STATIC_DCL boolean FDECL(restgamestate, (int, unsigned int *, unsigned int *)); STATIC_DCL void FDECL(restlevelstate, (unsigned int, unsigned int)); STATIC_DCL int FDECL(restlevelfile, (int,XCHAR_P)); STATIC_DCL void FDECL(reset_oattached_mids, (BOOLEAN_P)); +#ifndef GOLDOBJ STATIC_DCL struct obj *FDECL(gold_in, (struct obj *)); +#endif /* * Save a mapping of IDs from ghost levels to the current level. This -- 2.40.0