nonnull for some static functions during recent analysis

This commit is contained in:
nhmall
2023-12-16 10:51:59 -05:00
parent 516d428c40
commit c5a5b55c15
14 changed files with 36 additions and 32 deletions

View File

@@ -10,8 +10,8 @@ static void mkcavepos(coordxy, coordxy, int, boolean, boolean);
static void mkcavearea(boolean);
static int dig(void);
static void dig_up_grave(coord *);
static boolean watchman_canseeu(struct monst *);
static int adj_pit_checks(coord *, char *);
static boolean watchman_canseeu(struct monst *) NONNULLARG1;
static int adj_pit_checks(coord *, char *) NONNULLARG2;
static void pit_flow(struct trap *, schar);
static boolean furniture_handled(coordxy, coordxy, boolean);