From 0099098d35dd76f080fdf13e9ac591050f175c54 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 16 Dec 2023 14:03:01 +0200 Subject: [PATCH] Silence some nonnull complaints --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extern.h b/include/extern.h index 6209dde64..a00857522 100644 --- a/include/extern.h +++ b/include/extern.h @@ -2833,7 +2833,7 @@ extern void selection_floodfill(struct selectionvar *, coordxy, coordxy, boolean); extern boolean pm_good_location(coordxy, coordxy, struct permonst *) NONNULLARG3; extern void get_location_coord(coordxy *, coordxy *, int, struct mkroom *, - long) NONNULLPTRS; + long) NONNULLARG12; extern void selection_setpoint(coordxy, coordxy, struct selectionvar *, int); extern struct selectionvar * selection_not(struct selectionvar *); extern struct selectionvar *selection_filter_percent(struct selectionvar *,