When building on gcc, use noreturn attribute on adios and the various done
[mmh] / uip / sendsbr.c
index 877538b..fd21acd 100644 (file)
@@ -60,7 +60,7 @@ char *getusername (void);
 /*
  * static prototypes
  */
-static void armed_done (int);
+static void armed_done (int) NORETURN;
 static void alert (char *, int);
 static int tmp_fd (void);
 static void anno (int, struct stat *);