When building on gcc, use noreturn attribute on adios and the various done
[mmh] / uip / pick.c
index ad356e3..2d9b76e 100644 (file)
@@ -68,7 +68,7 @@ static struct swit switches[] = {
 
 static int listsw = -1;
 
-static void putzero_done (int);
+static void putzero_done (int) NORETURN;
 
 int
 main (int argc, char **argv)