-/* $NetBSD: hack.apply.c,v 1.5 1997/10/19 16:57:32 christos Exp $ */
+/* $NetBSD: hack.apply.c,v 1.6 2001/03/25 20:43:59 jsm Exp $ */
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.apply.c,v 1.5 1997/10/19 16:57:32 christos Exp $");
+__RCSID("$NetBSD: hack.apply.c,v 1.6 2001/03/25 20:43:59 jsm Exp $");
#endif /* not lint */
#include "hack.h"
/* ARGSUSED */
static void
use_camera(obj) /* */
- struct obj *obj;
+ struct obj *obj __attribute__((__unused__));
{
struct monst *mtmp;
if (!getdir(1)) { /* ask: in what direction? */
/* ARGSUSED */
static void
use_whistle(obj)
- struct obj *obj;
+ struct obj *obj __attribute__((__unused__));
{
struct monst *mtmp = fmon;
pline("You produce a high whistling sound.");
/* ARGSUSED */
static void
use_magic_whistle(obj)
- struct obj *obj;
+ struct obj *obj __attribute__((__unused__));
{
struct monst *mtmp = fmon;
pline("You produce a strange whistling sound.");
}
}
} else if (dig_effort > 100) {
- char *digtxt;
+ const char *digtxt;
struct obj *obj;
lev = &levl[dpx][dpy];