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

@@ -7,7 +7,7 @@
static int pet_type(void);
static void set_mon_lastmove(struct monst *);
static int mon_leave(struct monst *);
static int mon_leave(struct monst *) NONNULLARG1;
static boolean keep_mon_accessible(struct monst *);
enum arrival {