nonnull for some static functions during recent analysis
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "hack.h"
|
||||
|
||||
static int explosionmask(struct monst *, uchar, char);
|
||||
static int explosionmask(struct monst *, uchar, char) NONNULLARG1;
|
||||
static void engulfer_explosion_msg(uchar, char);
|
||||
|
||||
/* Note: Arrays are column first, while the screen is row first */
|
||||
|
||||
Reference in New Issue
Block a user