X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fditto.c;h=93fbe02805cb91cf1a3c06ca9005ec1550d25a31;hp=c658de71432d0eb7e88a8128eb5734eb2e85f4fe;hb=6374752643292ccd9bf7ee66485efe9aed9e8e48;hpb=d998cb49bfb53bd99900fd4ed94519579bea99de diff --git a/test/ditto.c b/test/ditto.c index c658de71..93fbe028 100644 --- a/test/ditto.c +++ b/test/ditto.c @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey (1998-on) * - * $Id: ditto.c,v 1.33 2008/11/16 00:19:59 juergen Exp $ + * $Id: ditto.c,v 1.34 2009/07/17 00:07:25 tom Exp $ * * The program illustrates how to set up multiple screens from a single * program. @@ -259,7 +259,9 @@ close_screen( #endif void *arg GCC_UNUSED) { +#if HAVE_USE_WINDOW (void) sp; +#endif (void) arg; return endwin(); }