X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_termcap.c;h=c62dba8e0ce96c2b95e6d9ac1e89d61c3960a9c2;hp=65c2d13d7489494ed940f2d6f222e1fdbc3932e1;hb=def73dda3feef55f48cc205a763c06ba1ea70e78;hpb=02f02dcd4464143580e783ae32c822d8eb8cdcbf diff --git a/test/demo_termcap.c b/test/demo_termcap.c index 65c2d13d..c62dba8e 100644 --- a/test/demo_termcap.c +++ b/test/demo_termcap.c @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey * - * $Id: demo_termcap.c,v 1.48 2015/08/08 20:25:39 tom Exp $ + * $Id: demo_termcap.c,v 1.49 2015/10/10 20:41:16 tom Exp $ * * A simple demo of the termcap interface. */ @@ -50,6 +50,8 @@ #include #endif +static void failed(const char *) GCC_NORETURN; + static void failed(const char *msg) {