X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=test%2Fbs.c;h=e36bafcbf74e300efafad40b867dd64910bd2eb9;hb=a0bb9c404174926bf131a5989a0524a6eecd09eb;hp=9a43e6233bd2240ccce91967fe379d2f2429a830;hpb=f486c68b1efe3bab5739c3f464fde6685a52bee5;p=ncurses.git diff --git a/test/bs.c b/test/bs.c index 9a43e623..e36bafcb 100644 --- a/test/bs.c +++ b/test/bs.c @@ -34,7 +34,7 @@ * v2.0 featuring strict ANSI/POSIX conformance, November 1993. * v2.1 with ncurses mouse support, September 1995 * - * $Id: bs.c,v 1.60 2013/02/16 19:54:37 tom Exp $ + * $Id: bs.c,v 1.61 2013/04/27 19:46:53 tom Exp $ */ #include @@ -174,9 +174,9 @@ static int salvo, blitz, closepack; #define PR (void)addstr -static RETSIGTYPE uninitgame(int sig) GCC_NORETURN; +static void uninitgame(int sig) GCC_NORETURN; -static RETSIGTYPE +static void uninitgame(int sig GCC_UNUSED) /* end the game, either normally or due to signal */ {