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

@@ -13,7 +13,7 @@ static void mksobj_init(struct obj *, boolean);
static int item_on_ice(struct obj *);
static void shrinking_glob_gone(struct obj *);
static void obj_timer_checks(struct obj *, coordxy, coordxy, int);
static void container_weight(struct obj *);
static void container_weight(struct obj *) NONNULLARG1;
static struct obj *save_mtraits(struct obj *, struct monst *);
static void objlist_sanity(struct obj *, int, const char *);
static void shop_obj_sanity(struct obj *, const char *);