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
+2 -2
View File
@@ -9,9 +9,9 @@
static void dowatersnakes(void);
static void dowaterdemon(void);
static void dowaternymph(void);
static void gush(coordxy, coordxy, genericptr_t);
static void gush(coordxy, coordxy, genericptr_t) NONNULLARG3;
static void dofindgem(void);
static boolean watchman_warn_fountain(struct monst *);
static boolean watchman_warn_fountain(struct monst *) NONNULLARG1;
DISABLE_WARNING_FORMAT_NONLITERAL