When building on gcc, use noreturn attribute on adios and the various done
[mmh] / uip / rcvstore.c
index 493bade..21f6c77 100644 (file)
@@ -48,7 +48,7 @@ static struct swit switches[] = {
  */
 static char *tmpfilenam = NULL;
 
-static void unlink_done(int);
+static void unlink_done(int) NORETURN;
 
 int
 main (int argc, char **argv)