summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/io.c4
-rw-r--r--phantasia/phantglobs.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/phantasia/io.c b/phantasia/io.c
index 989a67db..17da74b1 100644
--- a/phantasia/io.c
+++ b/phantasia/io.c
@@ -1,4 +1,4 @@
-/* $NetBSD: io.c,v 1.4 1999/09/08 21:17:54 jsm Exp $ */
+/* $NetBSD: io.c,v 1.5 1999/09/08 21:45:29 jsm Exp $ */
/*
* io.c - input/output routines for Phantasia
@@ -241,7 +241,7 @@ getanswer(choices, def)
void
catchalarm(dummy)
- int dummy;
+ int dummy __attribute__((__unused__));
{
longjmp(Timeoenv, 1);
}
diff --git a/phantasia/phantglobs.h b/phantasia/phantglobs.h
index 008ae1de..8e255d74 100644
--- a/phantasia/phantglobs.h
+++ b/phantasia/phantglobs.h
@@ -1,4 +1,4 @@
-/* $NetBSD: phantglobs.h,v 1.6 1999/09/08 21:17:54 jsm Exp $ */
+/* $NetBSD: phantglobs.h,v 1.7 1999/09/08 21:45:29 jsm Exp $ */
/*
* phantglobs.h - global declarations for Phantasia
@@ -73,7 +73,7 @@ void awardtreasure __P((void));
void battleplayer __P((long));
void callmonster __P((int));
void cancelmonster __P((void));
-void catchalarm __P((int));
+void catchalarm __P((int)) __attribute__((__noreturn__));
void changestats __P((bool));
void checkbattle __P((void));
void checktampered __P((void));