diff options
author | mestre <mestre@cvs.openbsd.org> | 2015-12-26 00:26:41 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2015-12-26 00:26:41 +0000 |
commit | cd3ae956e87cd9a71362c652453ed1b666e3400c (patch) | |
tree | 552c5d7229cdaed36d4263180993b1fa2dec6bf8 /games/bs | |
parent | 3fb26cc31d7a4478dc8f38b04bdd6993f60fb4f5 (diff) |
Set as __dead a few more functions, that don't return, on games/
With precious tip, help and also OK from tb@
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/bs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c index fddba77a189..711c33ec016 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs.c,v 1.33 2015/12/25 03:20:57 mestre Exp $ */ +/* $OpenBSD: bs.c,v 1.34 2015/12/26 00:26:39 mestre Exp $ */ /* * Copyright (c) 1986, Bruce Holloway * All rights reserved. @@ -83,7 +83,7 @@ static void randomplace(int, ship_t *); static int rnd(int); static int scount(int); static int sgetc(char *); -static void uninitgame(int); +__dead static void uninitgame(int); __dead void usage(void); /* |