X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_termcap.c;h=c62dba8e0ce96c2b95e6d9ac1e89d61c3960a9c2;hp=17ff3f373902ff1d1eaeb974ceb01bced11e81f6;hb=cea2b8032daa63b0f131fd5793de28b2abdf5471;hpb=c99e3eba2cce1c3bd7fa1b4a2eb4554e52ebe264 diff --git a/test/demo_termcap.c b/test/demo_termcap.c index 17ff3f37..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.47 2015/07/10 23:36:16 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) { @@ -863,12 +865,14 @@ main(int argc, char *argv[]) printf("%ld values (%ld booleans, %ld numbers, %ld strings)\n", total_values, total_b_values, total_n_values, total_s_values); +#if defined(NCURSES_VERSION) || defined(HAVE_CURSES_DATA_OSPEED) if (v_opt) { show_number("PC", PC); show_string("UP", UP); show_string("BC", BC); show_number("ospeed", ospeed); } +#endif free_dblist();