diff --git a/src/alloc.c b/src/alloc.c index 28023cafb..6f7af2c12 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -34,7 +34,7 @@ static boolean tried_heaplog = FALSE; long *alloc(unsigned int) NONNULL; long *re_alloc(long *, unsigned int) NONNULL; -extern void panic(const char *, ...); +extern void panic(const char *, ...) NORETURN; long * alloc(unsigned int lth)