X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fditto.c;fp=test%2Fditto.c;h=93fbe02805cb91cf1a3c06ca9005ec1550d25a31;hb=dfaa1a3001fd447819f5edc2e523acc1a04f1440;hp=c658de71432d0eb7e88a8128eb5734eb2e85f4fe;hpb=ccb812c9ce7d5859d06b01ce88b331b2a70ad520;p=ncurses.git 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(); }